CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes
CastorNumberingScheme Class Reference

#include <SimG4CMS/Forward/interface/CastorNumberingScheme.h>

Public Member Functions

 CastorNumberingScheme ()
 
virtual uint32_t getUnitID (const G4Step *aStep) const
 
virtual ~CastorNumberingScheme ()
 

Static Public Member Functions

static uint32_t packIndex (int z, int sector, int zmodule)
 
static void unpackIndex (const uint32_t &idx, int &z, int &sector, int &zmodule)
 

Private Types

typedef G4LogicalVolume * lvp
 

Private Member Functions

void detectorLevel (const G4Step *, int &, int *, lvp *) const
 

Private Attributes

lvp lvC3EF
 
lvp lvC3HF
 
lvp lvC4EF
 
lvp lvC4HF
 
lvp lvCAER
 
lvp lvCAES
 
lvp lvCAHR
 
lvp lvCAHS
 
lvp lvCAST
 
lvp lvCEDR
 
lvp lvCEDS
 
lvp lvCHDR
 
lvp lvCHDS
 

Detailed Description

Description: This class manages the UnitID that labels Castor sensitive volumes

Usage: Used in CastorSD to get unique ID of sensitive detector element

Definition at line 30 of file CastorNumberingScheme.h.

Member Typedef Documentation

typedef G4LogicalVolume* CastorNumberingScheme::lvp
private

Definition at line 57 of file CastorNumberingScheme.h.

Constructor & Destructor Documentation

CastorNumberingScheme::CastorNumberingScheme ( )

Definition at line 15 of file CastorNumberingScheme.cc.

References LogDebug, lvC3EF, lvC3HF, lvC4EF, lvC4HF, lvCAER, lvCAES, lvCAHR, lvCAHS, lvCAST, lvCEDR, lvCEDS, lvCHDR, and lvCHDS.

15  : lvCAST(0),lvCAES(0),lvCEDS(0),
16  lvCAHS(0),lvCHDS(0),lvCAER(0),
17  lvCEDR(0),lvCAHR(0),lvCHDR(0),
18  lvC3EF(0),lvC3HF(0),lvC4EF(0),
19  lvC4HF(0) {
20  edm::LogInfo("ForwardSim") << "Creating CastorNumberingScheme";
21  const G4LogicalVolumeStore * lvs = G4LogicalVolumeStore::GetInstance();
22  std::vector<lvp>::const_iterator lvcite;
23  for (lvcite = lvs->begin(); lvcite != lvs->end(); lvcite++) {
24  if (strcmp(((*lvcite)->GetName()).c_str(),"CAST") == 0) lvCAST = (*lvcite);
25  if (strcmp(((*lvcite)->GetName()).c_str(),"CAES") == 0) lvCAES = (*lvcite);
26  if (strcmp(((*lvcite)->GetName()).c_str(),"CEDS") == 0) lvCEDS = (*lvcite);
27  if (strcmp(((*lvcite)->GetName()).c_str(),"CAHS") == 0) lvCAHS = (*lvcite);
28  if (strcmp(((*lvcite)->GetName()).c_str(),"CHDS") == 0) lvCHDS = (*lvcite);
29  if (strcmp(((*lvcite)->GetName()).c_str(),"CAER") == 0) lvCAER = (*lvcite);
30  if (strcmp(((*lvcite)->GetName()).c_str(),"CEDR") == 0) lvCEDR = (*lvcite);
31  if (strcmp(((*lvcite)->GetName()).c_str(),"CAHR") == 0) lvCAHR = (*lvcite);
32  if (strcmp(((*lvcite)->GetName()).c_str(),"CHDR") == 0) lvCHDR = (*lvcite);
33  if (strcmp(((*lvcite)->GetName()).c_str(),"C3EF") == 0) lvC3EF = (*lvcite);
34  if (strcmp(((*lvcite)->GetName()).c_str(),"C3HF") == 0) lvC3HF = (*lvcite);
35  if (strcmp(((*lvcite)->GetName()).c_str(),"C4EF") == 0) lvC4EF = (*lvcite);
36  if (strcmp(((*lvcite)->GetName()).c_str(),"C4HF") == 0) lvC4HF = (*lvcite);
37  }
38 #ifdef debug
39  LogDebug("ForwardSim") << "CastorNumberingScheme:: LogicalVolume pointers\n"
40  << lvCAST << " for CAST; " << lvCAES << " for CAES; "
41  << lvCEDS << " for CEDS; " << lvCAHS << " for CAHS; "
42  << lvCHDS << " for CHDS; " << lvCAER << " for CAER; "
43  << lvCEDR << " for CEDR; " << lvCAHR << " for CAHR; "
44  << lvCHDR << " for CHDR; " << lvC3EF << " for C3EF; "
45  << lvC3HF << " for C3HF; " << lvC4EF << " for C4EF; "
46  << lvC4HF << " for C4HF.";
47 #endif
48 }
#define LogDebug(id)
CastorNumberingScheme::~CastorNumberingScheme ( )
virtual

Definition at line 50 of file CastorNumberingScheme.cc.

50  {
51  edm::LogInfo("ForwardSim") << "Deleting CastorNumberingScheme";
52 }

Member Function Documentation

void CastorNumberingScheme::detectorLevel ( const G4Step *  aStep,
int &  level,
int *  copyno,
lvp lvs 
) const
private

Definition at line 176 of file CastorNumberingScheme.cc.

References i, cuy::ii, and testEve_cfg::level.

Referenced by getUnitID().

177  {
178 
179  //Get name and copy numbers
180  const G4VTouchable* touch = aStep->GetPreStepPoint()->GetTouchable();
181  level = 0;
182  if (touch) level = ((touch->GetHistoryDepth())+1);
183  if (level > 0) {
184  for (int ii = 0; ii < level; ii++) {
185  int i = level - ii - 1;
186  lvs[ii] = touch->GetVolume(i)->GetLogicalVolume();
187  copyno[ii] = touch->GetReplicaNumber(i);
188  }
189  }
190 }
int i
Definition: DBlmapReader.cc:9
int ii
Definition: cuy.py:588
tuple level
Definition: testEve_cfg.py:34
uint32_t CastorNumberingScheme::getUnitID ( const G4Step *  aStep) const
virtual

Definition at line 54 of file CastorNumberingScheme.cc.

References detectorLevel(), getHLTprescales::index, testEve_cfg::level, LogDebug, lvC3EF, lvC3HF, lvC4EF, lvC4HF, lvCAER, lvCAES, lvCAHR, lvCAHS, lvCAST, lvCEDR, lvCEDS, lvCHDR, lvCHDS, packIndex(), and DetId::rawId().

Referenced by CastorSD::setDetUnitId().

54  {
55 
56  uint32_t intindex = 0;
57 
58  uint32_t index=0;
59  int level, copyno[20];
60  lvp lvs[20];
61  detectorLevel(aStep, level, copyno, lvs);
62 
63 #ifdef debug
64  LogDebug("ForwardSim") << "CastorNumberingScheme number of levels= " <<level;
65 #endif
66 
67  if (level > 0) {
68 
69  int zside = 0;
70  int sector = 0;
71  int module = 0;
72 
73  // HcalCastorDetId::Section section;
74  for (int ich=0; ich < level; ich++) {
75  if(lvs[ich] == lvCAST) {
76  // Z index +Z = 1 ; -Z = 2
77  zside = copyno[ich];
78  } else if(lvs[ich] == lvCAES || lvs[ich] == lvCEDS) {
79  // sector number for dead material 1 - 8
80  //section = HcalCastorDetId::EM;
81  if (copyno[ich]<5) {sector = 5-copyno[ich] ;
82  }else{sector = 13-copyno[ich] ;}
83  } else if(lvs[ich] == lvCAHS || lvs[ich] == lvCHDS) {
84  // sector number for dead material 1 - 8
85  if (copyno[ich]<5) {sector = 5-copyno[ich] ;
86  }else{sector = 13-copyno[ich] ;}
87  //section = HcalCastorDetId::HAD;
88  } else if(lvs[ich] == lvCAER || lvs[ich] == lvCEDR) {
89  // zmodule number 1-2 for EM section (2 copies)
90  module = copyno[ich];
91  } else if(lvs[ich] == lvCAHR || lvs[ich] == lvCHDR) {
92  //zmodule number 3-14 for HAD section (12 copies)
93  module = copyno[ich] + 2;
94  } else if(lvs[ich] == lvC3EF || lvs[ich] == lvC3HF) {
95  // sector number for sensitive material 1 - 16
96  sector = sector*2 ;
97  } else if(lvs[ich] == lvC4EF || lvs[ich] == lvC4HF) {
98  // sector number for sensitive material 1 - 16
99  sector = sector*2 -1;
100  }
101 
102 
103 
104 #ifdef debug
105  LogDebug("ForwardSim") << "CastorNumberingScheme " << "ich = " << ich
106  << "copyno" << copyno[ich] << "name = "
107  << lvs[ich]->GetName();
108 #endif
109  }
110  // use for Castor number 9
111  //
112  // Z index +Z = 1 ; -Z = 2
113  // sector number 1 - 16
114  // zmodule number 1 - 18
115 
116 
117  // int det = 9;
118  // intindex = packIndex (det, zside, sector, zmodule);
119 
120  //intindex = packIndex (section, zside, sector, module);
121 
122  intindex = packIndex(zside, sector, module);
123 
124  bool true_for_positive_eta = false;
125  if(zside == 1)true_for_positive_eta = true;
126  if(zside == -1)true_for_positive_eta = false;
127 
128  HcalCastorDetId castorId = HcalCastorDetId(true_for_positive_eta, sector, module);
129  index = castorId.rawId();
130 
131 #ifdef debug
132  LogDebug("ForwardSim") << "CastorNumberingScheme :" <<" zside "
133  << zside << " sector " << sector << " module "
134  << module << " UnitID 0x" << std::hex << intindex
135  << std::dec;
136 #endif
137  }
138  return index;
139 
140 }
#define LogDebug(id)
uint32_t rawId() const
get the raw id
Definition: DetId.h:43
void detectorLevel(const G4Step *, int &, int *, lvp *) const
tuple level
Definition: testEve_cfg.py:34
static uint32_t packIndex(int z, int sector, int zmodule)
Definition: vlib.h:208
uint32_t CastorNumberingScheme::packIndex ( int  z,
int  sector,
int  zmodule 
)
static

pack the Unit ID for Castor
Bits 0- 5: zmodule index
Bits 6- 9: sector index
Bits 10-19: unused
Bit 20: +/- z side
Bits 22-27: unused
Bits 28-31: subdetector
(+z=1,-z=2); sector=1..16, zmodule=1..18;

Definition at line 144 of file CastorNumberingScheme.cc.

References customizeTrackingMonitorSeedNumber::idx.

Referenced by CastorShowerLibraryMaker::FillShowerEvent(), and getUnitID().

144  {
145  /*
146  uint32_t idx=(section&31)<<28; //bits 28-31 (21-27 are free for now)
147  idx+=((z-1)&1)<<20; //bits 20 (1...2)
148  idx+=(sector&15)<<6; //bits 6-9 (1...16)
149  idx+=(module&63); //bits 0-5 (1...18)
150  return idx;
151  */
152 
153  uint32_t idx=((z-1)&1)<<8; //bit 8
154  idx+=(sector&15)<<4; //bits 4-7 (1...16)
155  idx+=(module&15); //bits 0-3 (1...14)
156  return idx;
157 
158 }
float float float z
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
Definition: vlib.h:208
void CastorNumberingScheme::unpackIndex ( const uint32_t &  idx,
int &  z,
int &  sector,
int &  zmodule 
)
static

Definition at line 162 of file CastorNumberingScheme.cc.

Referenced by CastorShowerLibraryMaker::FillShowerEvent(), CastorTestAnalysis::getCastorBranchData(), and DoCastorAnalysis::update().

162  {
163  /*
164  section = (idx>>28)&31;
165  z = (idx>>20)&1;
166  z += 1;
167  sector = (idx>>6)&15;
168  module= (idx&63);
169  */
170  z = (idx>>8)&1;
171  z += 1;
172  sector = (idx>>4)&15;
173  module= (idx&15);
174 }
float float float z
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
Definition: vlib.h:208

Member Data Documentation

lvp CastorNumberingScheme::lvC3EF
private

Definition at line 63 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvC3HF
private

Definition at line 63 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvC4EF
private

Definition at line 63 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvC4HF
private

Definition at line 63 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCAER
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCAES
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCAHR
private

Definition at line 63 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCAHS
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCAST
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCEDR
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCEDS
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCHDR
private

Definition at line 63 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().

lvp CastorNumberingScheme::lvCHDS
private

Definition at line 62 of file CastorNumberingScheme.h.

Referenced by CastorNumberingScheme(), and getUnitID().