Skip to content
Snippets Groups Projects
Commit d227bf48 authored by Norbert Herrmann's avatar Norbert Herrmann Committed by Florian Uhlig
Browse files

change DetMask for v21a

parent da43392f
No related branches found
No related tags found
1 merge request!138Final merge
......@@ -34,8 +34,12 @@ const Int_t iNTrg = 1;
* From CbmTofTestBeamClusterizer.cxx
*/
const Double_t dDoubleMax = 1.E300;
const Int_t DetMask = 0x003FFFFF;
const Int_t ModMask = 0x0000FFFF;
/*
const Int_t DetMask = 0x003FFFFF; // geo v14a
const Int_t ModMask = 0x0000FFFF; // geo v14a
*/
const Int_t DetMask = 0x001FFFFF; // geo v21a
const Int_t ModMask = 0x0000FFFF; // geo v21a
/*
Int_t iNevtBuild=0; // Should be class member!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment