Module_SNClustering_Config.h
Go to the documentation of this file.
1 #ifndef SNCLUSTERING_CONFIG_H
2 #define SNCLUSTERING_CONFIG_H
3 
4 std::vector<int> cut_AdjChanTolerance = {1,2,2,2,2,2};
5 std::vector<int> cut_HitsInWindow = {2,3,3,4,5,6};
6 std::vector<int> cut_MinChannels = {2,2,2,2,2,2};
7 std::vector<int> cut_MinChanWidth = {0,0,0,0,0,0};
8 std::vector<float> cut_TimeWindowSize = {20,20,20,20,20,20};
9 std::vector<float> cut_TotalADC = {350,400,450,400,400,0};
10 
11 unsigned int NConfigs = cut_AdjChanTolerance.size();
12 unsigned int NCuts = 6;
13 
14 double detectorScaling = 0.12;
15 
16 #endif
unsigned int NCuts
unsigned int NConfigs
std::vector< int > cut_HitsInWindow
std::vector< int > cut_MinChannels
std::vector< int > cut_AdjChanTolerance
std::vector< int > cut_MinChanWidth
std::vector< float > cut_TotalADC
std::vector< float > cut_TimeWindowSize
double detectorScaling