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 Member Functions | Private Attributes
HcalTB06BeamSD Class Reference

#include <HcalTB06BeamSD.h>

Inheritance diagram for HcalTB06BeamSD:
CaloSD SensitiveCaloDetector Observer< const BeginOfRun * > Observer< const BeginOfEvent * > Observer< const BeginOfTrack * > Observer< const EndOfTrack * > Observer< const EndOfEvent * > SensitiveDetector

Public Member Functions

virtual double getEnergyDeposit (G4Step *)
 
 HcalTB06BeamSD (G4String, const DDCompactView &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
 
virtual uint32_t setDetUnitId (G4Step *step)
 
virtual ~HcalTB06BeamSD ()
 
- Public Member Functions inherited from CaloSD
 CaloSD (G4String aSDname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false)
 
virtual void clear ()
 
virtual void DrawAll ()
 
virtual void EndOfEvent (G4HCofThisEvent *eventHC)
 
void fillHits (edm::PCaloHitContainer &, std::string n)
 
virtual void Initialize (G4HCofThisEvent *HCE)
 
virtual void PrintAll ()
 
virtual bool ProcessHits (G4Step *step, G4TouchableHistory *tHistory)
 
virtual bool ProcessHits (G4GFlashSpot *aSpot, G4TouchableHistory *)
 
virtual ~CaloSD ()
 
- Public Member Functions inherited from SensitiveCaloDetector
 SensitiveCaloDetector (std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p)
 
- Public Member Functions inherited from SensitiveDetector
virtual void AssignSD (const std::string &vname)
 
Local3DPoint ConvertToLocal3DPoint (const G4ThreeVector &point)
 
Local3DPoint FinalStepPosition (G4Step *s, coordinates)
 
virtual std::vector< std::string > getNames ()
 
Local3DPoint InitialStepPosition (G4Step *s, coordinates)
 
std::string nameOfSD ()
 
void NaNTrap (G4Step *step)
 
void Register ()
 
 SensitiveDetector (std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &, edm::ParameterSet const &p)
 
virtual ~SensitiveDetector ()
 
- Public Member Functions inherited from Observer< const BeginOfRun * >
 Observer ()
 
void slotForUpdate (const BeginOfRun *iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const BeginOfEvent * >
 Observer ()
 
void slotForUpdate (const BeginOfEvent *iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const BeginOfTrack * >
 Observer ()
 
void slotForUpdate (const BeginOfTrack *iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const EndOfTrack * >
 Observer ()
 
void slotForUpdate (const EndOfTrack *iT)
 
virtual ~Observer ()
 
- Public Member Functions inherited from Observer< const EndOfEvent * >
 Observer ()
 
void slotForUpdate (const EndOfEvent *iT)
 
virtual ~Observer ()
 

Static Public Member Functions

static uint32_t packIndex (int det, int lay, int x, int y)
 
static void unpackIndex (const uint32_t &idx, int &det, int &lay, int &x, int &y)
 

Private Member Functions

std::vector< G4String > getNames (DDFilteredView &)
 
bool isItWireChamber (G4String)
 

Private Attributes

double birk1
 
double birk2
 
double birk3
 
G4String matName
 
const G4Material * matScin
 
bool useBirk
 
std::vector< G4String > wcNames
 

Additional Inherited Members

- Public Types inherited from SensitiveDetector
enum  coordinates { WorldCoordinates, LocalCoordinates }
 
- Protected Member Functions inherited from CaloSD
G4bool checkHit ()
 
virtual void clearHits ()
 
CaloG4HitcreateNewHit ()
 
virtual bool filterHit (CaloG4Hit *, double)
 
double getAttenuation (G4Step *aStep, double birk1, double birk2, double birk3)
 
virtual uint16_t getDepth (G4Step *)
 
int getNumberOfHits ()
 
double getResponseWt (G4Track *)
 
virtual G4bool getStepInfo (G4Step *aStep)
 
virtual int getTrackID (G4Track *)
 
G4bool hitExists ()
 
virtual void initRun ()
 
void resetForNewPrimary (const G4ThreeVector &, double)
 
G4ThreeVector setToGlobal (const G4ThreeVector &, const G4VTouchable *)
 
G4ThreeVector setToLocal (const G4ThreeVector &, const G4VTouchable *)
 
virtual void update (const BeginOfRun *)
 This routine will be called when the appropriate signal arrives. More...
 
virtual void update (const BeginOfEvent *)
 This routine will be called when the appropriate signal arrives. More...
 
virtual void update (const BeginOfTrack *trk)
 This routine will be called when the appropriate signal arrives. More...
 
virtual void update (const EndOfTrack *trk)
 This routine will be called when the appropriate signal arrives. More...
 
virtual void update (const ::EndOfEvent *)
 
void updateHit (CaloG4Hit *)
 
- Protected Member Functions inherited from Observer< const EndOfEvent * >
virtual void update (const EndOfEvent *)=0
 This routine will be called when the appropriate signal arrives. More...
 
- Protected Attributes inherited from CaloSD
int checkHits
 
double correctT
 
bool corrTOFBeam
 
CaloG4HitcurrentHit
 
CaloHitID currentID
 
float edepositEM
 
float edepositHAD
 
double eminHit
 
double eminHitD
 
G4int emPDG
 
double energyCut
 
G4ThreeVector entranceLocal
 
G4ThreeVector entrancePoint
 
G4int epPDG
 
bool forceSave
 
G4int gammaPDG
 
float incidentEnergy
 
double kmaxIon
 
double kmaxNeutron
 
double kmaxProton
 
const SimTrackManagerm_trackManager
 
G4ThreeVector posGlobal
 
G4StepPoint * preStepPoint
 
CaloHitID previousID
 
int primIDSaved
 
bool runInit
 
bool suppressHeavy
 
G4Track * theTrack
 
double tmaxHit
 
bool useMap
 

Detailed Description

Definition at line 20 of file HcalTB06BeamSD.h.

Constructor & Destructor Documentation

HcalTB06BeamSD::HcalTB06BeamSD ( G4String  name,
const DDCompactView cpv,
const SensitiveDetectorCatalog clg,
edm::ParameterSet const &  p,
const SimTrackManager manager 
)

Definition at line 22 of file HcalTB06BeamSD.cc.

References DDFilteredView::addFilter(), birk1, birk2, birk3, equals, DDFilteredView::firstChild(), g, SensitiveDetector::getNames(), edm::ParameterSet::getParameter(), i, dqm-mbProfile::log, DDFilteredView::logicalPart(), DDLogicalPart::material(), matName, matScin, MeV, DDName::name(), DDBase< N, C >::name(), DDFilteredView::next(), DDSpecificsFilter::setCriteria(), AlCaHLTBitMon_QueryRunRegistry::string, useBirk, relativeConstraints::value, and wcNames.

25  :
26  CaloSD(name, cpv, clg, p, manager) {
27 
28  // Values from NIM 80 (1970) 239-244: as implemented in Geant3
29  edm::ParameterSet m_HC = p.getParameter<edm::ParameterSet>("HcalTB06BeamSD");
30  useBirk = m_HC.getParameter<bool>("UseBirkLaw");
31  birk1 = m_HC.getParameter<double>("BirkC1")*(g/(MeV*cm2));
32  birk2 = m_HC.getParameter<double>("BirkC2");
33  birk3 = m_HC.getParameter<double>("BirkC3");
34 
35  edm::LogInfo("HcalTB06BeamSD") << "HcalTB06BeamSD:: Use of Birks law is set to "
36  << useBirk << " with three constants kB = "
37  << birk1 << ", C1 = " <<birk2 << ", C2 = " <<birk3;
38 
39  std::string attribute, value;
40 
41  // Wire Chamber volume names
42  attribute = "Volume";
43  value = "WireChamber";
44  DDSpecificsFilter filter1;
45  DDValue ddv1(attribute,value,0);
46  filter1.setCriteria(ddv1,DDCompOp::equals);
47  DDFilteredView fv1(cpv);
48  fv1.addFilter(filter1);
49  wcNames = getNames(fv1);
50  edm::LogInfo("HcalTB06BeamSD")
51  << "HcalTB06BeamSD:: Names to be tested for "
52  << attribute << " = " << value << ": " << wcNames.size() << " paths";
53  for (unsigned int i=0; i<wcNames.size(); i++)
54  edm::LogInfo("HcalTB06BeamSD") << "HcalTB06BeamSD:: (" << i << ") "
55  << wcNames[i];
56 
57  //Material list for scintillator detector
58  attribute = "ReadOutName";
59  DDSpecificsFilter filter2;
60  DDValue ddv2(attribute,name,0);
61  filter2.setCriteria(ddv2,DDCompOp::equals);
62  DDFilteredView fv2(cpv);
63  fv2.addFilter(filter2);
64  bool dodet = fv2.firstChild();
65 
66  std::vector<G4String> matNames;
67  std::vector<int> nocc;
68  while (dodet) {
69  const DDLogicalPart & log = fv2.logicalPart();
70  matName = log.material().name().name();
71  bool notIn = true;
72  for (unsigned int i=0; i<matNames.size(); i++) {
73  if (matName == matNames[i]) {notIn = false; nocc[i]++;}
74  }
75  if (notIn) {
76  matNames.push_back(matName);
77  nocc.push_back(0);
78  }
79  dodet = fv2.next();
80  }
81  if (matNames.size() > 0) {
82  matName = matNames[0];
83  int occ = nocc[0];
84  for (unsigned int i = 0; i < matNames.size(); i++) {
85  if (nocc[i] > occ) {
86  occ = nocc[i];
87  matName = matNames[i];
88  }
89  }
90  } else {
91  matName = "Not Found";
92  }
93 
94  edm::LogInfo("HcalTB06BeamSD")
95  << "HcalTB06BeamSD: Material name for "
96  << attribute << " = " << name << ":" << matName;
97  matScin = G4Material::GetMaterial(matName);
98 }
T getParameter(std::string const &) const
int i
Definition: DBlmapReader.cc:9
std::vector< G4String > wcNames
const N & name() const
Definition: DDBase.h:78
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
CaloSD(G4String aSDname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false)
Definition: CaloSD.cc:24
const double MeV
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition: DDLogicalPart.h:88
virtual std::vector< std::string > getNames()
G4String matName
const G4Material * matScin
const std::string & name() const
Returns the name.
Definition: DDName.cc:87
const DDMaterial & material(void) const
Returns a reference object of the material this LogicalPart is made of.
void setCriteria(const DDValue &nameVal, DDCompOp, DDLogOp l=DDLogOp::AND, bool asString=true, bool merged=true)
Definition: DDFilter.cc:245
The DDGenericFilter is a runtime-parametrized Filter looking on DDSpecifcs.
Definition: DDFilter.h:32
HcalTB06BeamSD::~HcalTB06BeamSD ( )
virtual

Definition at line 100 of file HcalTB06BeamSD.cc.

100 {}

Member Function Documentation

double HcalTB06BeamSD::getEnergyDeposit ( G4Step *  aStep)
virtual

Reimplemented from CaloSD.

Definition at line 102 of file HcalTB06BeamSD.cc.

References birk1, birk2, birk3, CaloSD::getAttenuation(), LogDebug, matScin, useBirk, and puppiForMET_cff::weight.

102  {
103 
104  double destep = aStep->GetTotalEnergyDeposit();
105  double weight = 1;
106  if (useBirk && matScin == aStep->GetPreStepPoint()->GetMaterial()) {
107  weight *= getAttenuation(aStep, birk1, birk2, birk3);
108  }
109  LogDebug("HcalTB06BeamSD")
110  << "HcalTB06BeamSD: Detector "
111  << aStep->GetPreStepPoint()->GetTouchable()->GetVolume()->GetName()
112  << " weight " << weight;
113  return weight*destep;
114 }
#define LogDebug(id)
double getAttenuation(G4Step *aStep, double birk1, double birk2, double birk3)
Definition: CaloSD.cc:465
const G4Material * matScin
std::vector< G4String > HcalTB06BeamSD::getNames ( DDFilteredView fv)
private

Definition at line 168 of file HcalTB06BeamSD.cc.

References DDFilteredView::firstChild(), i, dqm-mbProfile::log, DDFilteredView::logicalPart(), DDName::name(), SensitiveDetector::name, DDBase< N, C >::name(), DDFilteredView::next(), convertSQLiteXML::ok, and tmp.

168  {
169 
170  std::vector<G4String> tmp;
171  bool dodet = fv.firstChild();
172  while (dodet) {
173  const DDLogicalPart & log = fv.logicalPart();
174  G4String name = log.name().name();
175  bool ok = true;
176  for (unsigned int i=0; i<tmp.size(); i++)
177  if (name == tmp[i]) ok = false;
178  if (ok) tmp.push_back(name);
179  dodet = fv.next();
180  }
181  return tmp;
182 }
int i
Definition: DBlmapReader.cc:9
const DDLogicalPart & logicalPart() const
The logical-part of the current node in the filtered-view.
const N & name() const
Definition: DDBase.h:78
bool next()
set current node to the next node in the filtered tree
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition: DDLogicalPart.h:88
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100
bool firstChild()
set the current node to the first child ...
const std::string & name() const
Returns the name.
Definition: DDName.cc:87
bool HcalTB06BeamSD::isItWireChamber ( G4String  name)
private

Definition at line 184 of file HcalTB06BeamSD.cc.

References wcNames.

Referenced by setDetUnitId().

184  {
185 
186  std::vector<G4String>::const_iterator it = wcNames.begin();
187  for (; it != wcNames.end(); it++)
188  if (name == *it) return true;
189  return false;
190 }
std::vector< G4String > wcNames
uint32_t HcalTB06BeamSD::packIndex ( int  det,
int  lay,
int  x,
int  y 
)
static

Definition at line 138 of file HcalTB06BeamSD.cc.

References TauDecayModes::dec, customizeTrackingMonitorSeedNumber::idx, ixx, iyy, LogDebug, x, and y.

Referenced by setDetUnitId().

138  {
139 
140  int ix = 0, ixx = x;
141  if (x < 0) { ix = 1; ixx =-x;}
142  int iy = 0, iyy = y;
143  if (y < 0) { iy = 1; iyy =-y;}
144  uint32_t idx = (det&15)<<28; //bits 28-31
145  idx += (lay&127)<<21; //bits 21-27
146  idx += (iy&1)<<19; //bit 19
147  idx += (iyy&511)<<10; //bits 10-18
148  idx += (ix&1)<<9; //bit 9
149  idx += (ixx&511); //bits 0-8
150 
151  LogDebug("HcalTB06BeamSD") << "HcalTB06BeamSD: Detector " << det << " Layer "
152  << lay << " x " << x << " " << ix << " " << ixx
153  << " y " << y << " " << iy << " " << iyy << " ID "
154  << std::hex << idx << std::dec;
155  return idx;
156 }
#define LogDebug(id)
int iyy[18][41][3]
int ixx[18][41][3]
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
uint32_t HcalTB06BeamSD::setDetUnitId ( G4Step *  step)
virtual

Implements CaloSD.

Definition at line 116 of file HcalTB06BeamSD.cc.

References isItWireChamber(), SensitiveDetector::name, packIndex(), CaloSD::preStepPoint, CaloSD::setToLocal(), x, and y.

116  {
117 
118  G4StepPoint* preStepPoint = aStep->GetPreStepPoint();
119  const G4VTouchable* touch = preStepPoint->GetTouchable();
120  G4String name = preStepPoint->GetPhysicalVolume()->GetName();
121 
122  int det = 1;
123  int lay = 0, x = 0, y = 0;
124  if (!isItWireChamber(name)) {
125  lay = (touch->GetReplicaNumber(0));
126  } else {
127  det = 2;
128  lay = (touch->GetReplicaNumber(1));
129  G4ThreeVector hitPoint = preStepPoint->GetPosition();
130  G4ThreeVector localPoint = setToLocal(hitPoint, touch);
131  x = (int)(localPoint.x()/(0.2*mm));
132  y = (int)(localPoint.y()/(0.2*mm));
133  }
134 
135  return packIndex (det, lay, x, y);
136 }
static uint32_t packIndex(int det, int lay, int x, int y)
G4StepPoint * preStepPoint
Definition: CaloSD.h:120
bool isItWireChamber(G4String)
G4ThreeVector setToLocal(const G4ThreeVector &, const G4VTouchable *)
Definition: CaloSD.cc:296
void HcalTB06BeamSD::unpackIndex ( const uint32_t &  idx,
int &  det,
int &  lay,
int &  x,
int &  y 
)
static

Definition at line 158 of file HcalTB06BeamSD.cc.

References customizeTrackingMonitorSeedNumber::idx, x, and y.

159  {
160 
161  det = (idx>>28)&15;
162  lay = (idx>>21)&127;
163  y = (idx>>10)&511; if (((idx>>19)&1) == 1) y = -y;
164  x = (idx)&511; if (((idx>>9)&1) == 1) x = -x;
165 
166 }
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...

Member Data Documentation

double HcalTB06BeamSD::birk1
private

Definition at line 39 of file HcalTB06BeamSD.h.

Referenced by getEnergyDeposit(), and HcalTB06BeamSD().

double HcalTB06BeamSD::birk2
private

Definition at line 39 of file HcalTB06BeamSD.h.

Referenced by getEnergyDeposit(), and HcalTB06BeamSD().

double HcalTB06BeamSD::birk3
private

Definition at line 39 of file HcalTB06BeamSD.h.

Referenced by getEnergyDeposit(), and HcalTB06BeamSD().

G4String HcalTB06BeamSD::matName
private

Definition at line 41 of file HcalTB06BeamSD.h.

Referenced by HcalTB06BeamSD().

const G4Material* HcalTB06BeamSD::matScin
private

Definition at line 42 of file HcalTB06BeamSD.h.

Referenced by getEnergyDeposit(), and HcalTB06BeamSD().

bool HcalTB06BeamSD::useBirk
private

Definition at line 38 of file HcalTB06BeamSD.h.

Referenced by getEnergyDeposit(), and HcalTB06BeamSD().

std::vector<G4String> HcalTB06BeamSD::wcNames
private

Definition at line 40 of file HcalTB06BeamSD.h.

Referenced by HcalTB06BeamSD(), and isItWireChamber().