#ifndef CPRDEFS_H #define CPRDEFS_H const int CPR_NUM_WIRE = 32; const int CPR_NUM_MOD = 24; const float CPR_ZCRACK = 121.6; const double CPR_WIRE_PITCH = 2.2225; const double CPR_WIRE_OFFSET = 17.78; const float ZLO0_CPR = 7.94 ; const float ZHI0_CPR = 119.7 ; const float ZLO1_CPR = 123.5 ; const float ZHI1_CPR = 235.26 ; //-------------------- // Cluster Parameters //-------------------- const int CPR_NUM_WIRE_CLUS=3; // #of wires used in the collection // Threshold values const float CPR_SEED_THRS = 50.0; // seed threshold (in fC) const float CPR_WIRE_THRS = 30.0; // wire threshold (in fC) const int CPR_PRINTST = 0; // print out wires info const float CPR_E_CLUS_CUT = 0.0; #endif