CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
HGCalSD Class Reference

#include <HGCalSD.h>

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

Public Member Functions

 HGCalSD (const std::string &, const DDCompactView &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
 
uint32_t setDetUnitId (const G4Step *step) override
 
 ~HGCalSD () override=default
 
- Public Member Functions inherited from CaloSD
 CaloSD (const std::string &aSDname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false)
 
void clear () override
 
void clearHits () override
 
void DrawAll () override
 
void EndOfEvent (G4HCofThisEvent *eventHC) override
 
void fillHits (edm::PCaloHitContainer &, const std::string &) override
 
void Initialize (G4HCofThisEvent *HCE) override
 
void PrintAll () override
 
G4bool ProcessHits (G4Step *step, G4TouchableHistory *) override
 
bool ProcessHits (G4GFlashSpot *aSpot, G4TouchableHistory *) override
 
 ~CaloSD () override
 
- Public Member Functions inherited from SensitiveCaloDetector
 SensitiveCaloDetector (const std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p)
 
- Public Member Functions inherited from SensitiveDetector
void EndOfEvent (G4HCofThisEvent *eventHC) override
 
const std::vector< std::string > & getNames () const
 
void Initialize (G4HCofThisEvent *eventHC) override
 
 SensitiveDetector (const std::string &iname, const DDCompactView &cpv, const SensitiveDetectorCatalog &, edm::ParameterSet const &p)
 
 ~SensitiveDetector () override
 
- 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 ()
 
- Public Member Functions inherited from Observer< const BeginOfJob * >
 Observer ()
 
void slotForUpdate (const BeginOfJob * iT)
 
virtual ~Observer ()
 

Protected Member Functions

bool filterHit (CaloG4Hit *, double) override
 
double getEnergyDeposit (const G4Step *) override
 
void initRun () override
 
void update (const BeginOfJob *) override
 This routine will be called when the appropriate signal arrives. More...
 
- Protected Member Functions inherited from CaloSD
bool checkHit ()
 
CaloG4HitcreateNewHit (const G4Step *)
 
double getAttenuation (const G4Step *aStep, double birk1, double birk2, double birk3) const
 
virtual uint16_t getDepth (const G4Step *)
 
virtual bool getFromLibrary (const G4Step *step)
 
int getNumberOfHits ()
 
double getResponseWt (const G4Track *)
 
virtual int getTrackID (const G4Track *)
 
bool hitExists (const G4Step *)
 
void processHit (const G4Step *step)
 
void resetForNewPrimary (const G4Step *)
 
void setNumberCheckedHits (int val)
 
void setParameterized (bool val)
 
G4ThreeVector setToGlobal (const G4ThreeVector &, const G4VTouchable *) const
 
G4ThreeVector setToLocal (const G4ThreeVector &, const G4VTouchable *) const
 
virtual int setTrackID (const G4Step *)
 
void setUseMap (bool val)
 
void update (const BeginOfRun *) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const BeginOfEvent *) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const BeginOfTrack *trk) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const EndOfTrack *trk) override
 This routine will be called when the appropriate signal arrives. More...
 
void update (const ::EndOfEvent *) override
 
void updateHit (CaloG4Hit *)
 
- Protected Member Functions inherited from SensitiveDetector
TrackInformationcmsTrackInformation (const G4Track *aTrack)
 
Local3DPoint ConvertToLocal3DPoint (const G4ThreeVector &point) const
 
Local3DPoint FinalStepPosition (const G4Step *step, coordinates) const
 
Local3DPoint InitialStepPosition (const G4Step *step, coordinates) const
 
Local3DPoint LocalPostStepPosition (const G4Step *step) const
 
Local3DPoint LocalPreStepPosition (const G4Step *step) const
 
void NaNTrap (const G4Step *step) const
 
void setNames (const std::vector< std::string > &)
 
- 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...
 

Private Member Functions

bool isItinFidVolume (const G4ThreeVector &)
 
uint32_t setDetUnitId (int, int, int, int, G4ThreeVector &)
 

Private Attributes

std::vector< double > angles_
 
double distanceFromEdge_
 
double eminHit_
 
bool fiducialCut_
 
HGCalGeometryMode::GeometryMode geom_mode_
 
const HGCalDDDConstantshgcons_
 
int levelT1_
 
int levelT2_
 
std::unique_ptr< HGCMouseBitemouseBite_
 
double mouseBiteCut_
 
DetId::Detector mydet_
 
std::string nameX_
 
std::unique_ptr< HGCalNumberingSchemenumberingScheme_
 
bool rejectMB_
 
double slopeMin_
 
bool storeAllG4Hits_
 
const double tan30deg_
 
bool waferRot_
 
double weight_
 

Additional Inherited Members

- Protected Types inherited from SensitiveDetector
enum  coordinates { WorldCoordinates, LocalCoordinates }
 
- Protected Attributes inherited from CaloSD
CaloG4HitcurrentHit
 
CaloHitID currentID
 
float edepositEM
 
float edepositHAD
 
double eminHit
 
double energyCut
 
G4ThreeVector entranceLocal
 
G4ThreeVector entrancePoint
 
bool forceSave
 
float incidentEnergy
 
double kmaxIon
 
double kmaxNeutron
 
double kmaxProton
 
G4ThreeVector posGlobal
 
CaloHitID previousID
 
bool suppressHeavy
 
double tmaxHit
 

Detailed Description

Definition at line 21 of file HGCalSD.h.

Constructor & Destructor Documentation

HGCalSD::HGCalSD ( const std::string &  name,
const DDCompactView cpv,
const SensitiveDetectorCatalog clg,
edm::ParameterSet const &  p,
const SimTrackManager manager 
)

Definition at line 36 of file HGCalSD.cc.

References angles_, distanceFromEdge_, eminHit_, fiducialCut_, DetId::Forward, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), DetId::HGCalEE, DetId::HGCalHSi, MeV, mouseBite_, mydet_, dataset::name, nameX_, numberingScheme_, rejectMB_, CaloSD::setNumberCheckedHits(), CaloSD::setUseMap(), storeAllG4Hits_, and waferRot_.

38  :
39  CaloSD(name, cpv, clg, p, manager,
40  (float)(p.getParameter<edm::ParameterSet>("HGCSD").getParameter<double>("TimeSliceUnit")),
41  p.getParameter<edm::ParameterSet>("HGCSD").getParameter<bool>("IgnoreTrackID")),
42  hgcons_(nullptr), slopeMin_(0), levelT1_(99), levelT2_(99),
43  tan30deg_(std::tan(30.0*CLHEP::deg)) {
44 
45  numberingScheme_.reset(nullptr); mouseBite_.reset(nullptr);
46 
47  edm::ParameterSet m_HGC = p.getParameter<edm::ParameterSet>("HGCSD");
48  eminHit_ = m_HGC.getParameter<double>("EminHit")*CLHEP::MeV;
49  fiducialCut_ = m_HGC.getParameter<bool>("FiducialCut");
50  distanceFromEdge_= m_HGC.getParameter<double>("DistanceFromEdge");
51  storeAllG4Hits_ = m_HGC.getParameter<bool>("StoreAllG4Hits");
52  rejectMB_ = m_HGC.getParameter<bool>("RejectMouseBite");
53  waferRot_ = m_HGC.getParameter<bool>("RotatedWafer");
54  angles_ = m_HGC.getUntrackedParameter<std::vector<double>>("WaferAngles");
55 
56  if(storeAllG4Hits_) {
57  setUseMap(false);
59  }
60 
61  //this is defined in the hgcsens.xml
62  G4String myName = name;
64  nameX_ = "HGCal";
65  if (myName.find("HitsEE")!=std::string::npos) {
67  nameX_ = "HGCalEESensitive";
68  } else if (myName.find("HitsHEfront")!=std::string::npos) {
70  nameX_ = "HGCalHESiliconSensitive";
71  }
72 
73 #ifdef EDM_ML_DEBUG
74  edm::LogVerbatim("HGCSim")<< "**************************************************"
75  << "\n"
76  << "* *"
77  << "\n"
78  << "* Constructing a HGCalSD with name " << name << "\n"
79  << "* *"
80  << "\n"
81  << "**************************************************";
82 #endif
83  edm::LogVerbatim("HGCSim") << "HGCalSD:: Threshold for storing hits: "
84  << eminHit_ << " for " << nameX_ << " detector "
85  << mydet_;
86  edm::LogVerbatim("HGCSim") << "Flag for storing individual Geant4 Hits "
87  << storeAllG4Hits_;
88  edm::LogVerbatim("HGCSim") << "Fiducial volume cut with cut from eta/phi "
89  << "boundary " << fiducialCut_ << " at "
91  edm::LogVerbatim("HGCSim") << "Reject MosueBite Flag: " << rejectMB_
92  << " cuts along " << angles_.size() << " axes: "
93  << angles_[0] << ", " << angles_[1];
94 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
double distanceFromEdge_
Definition: HGCalSD.h:50
int levelT2_
Definition: HGCalSD.h:52
void setNumberCheckedHits(int val)
Definition: CaloSD.h:109
double slopeMin_
Definition: HGCalSD.h:50
std::unique_ptr< HGCalNumberingScheme > numberingScheme_
Definition: HGCalSD.h:45
std::string nameX_
Definition: HGCalSD.h:48
void setUseMap(bool val)
Definition: CaloSD.h:98
const double MeV
bool rejectMB_
Definition: HGCalSD.h:54
DetId::Detector mydet_
Definition: HGCalSD.h:47
bool storeAllG4Hits_
Definition: HGCalSD.h:53
std::vector< double > angles_
Definition: HGCalSD.h:56
const HGCalDDDConstants * hgcons_
Definition: HGCalSD.h:44
Tan< T >::type tan(const T &t)
Definition: Tan.h:22
const double tan30deg_
Definition: HGCalSD.h:55
bool waferRot_
Definition: HGCalSD.h:54
CaloSD(const std::string &aSDname, const DDCompactView &cpv, const SensitiveDetectorCatalog &clg, edm::ParameterSet const &p, const SimTrackManager *, float timeSlice=1., bool ignoreTkID=false)
Definition: CaloSD.cc:28
bool fiducialCut_
Definition: HGCalSD.h:54
int levelT1_
Definition: HGCalSD.h:52
std::unique_ptr< HGCMouseBite > mouseBite_
Definition: HGCalSD.h:46
double eminHit_
Definition: HGCalSD.h:50
HGCalSD::~HGCalSD ( )
overridedefault

Member Function Documentation

bool HGCalSD::filterHit ( CaloG4Hit aHit,
double  time 
)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 238 of file HGCalSD.cc.

References eminHit_, CaloG4Hit::getEnergyDeposit(), and CaloSD::tmaxHit.

238  {
239  return ((time <= tmaxHit) && (aHit->getEnergyDeposit() > eminHit_));
240 }
double tmaxHit
Definition: CaloSD.h:132
double eminHit_
Definition: HGCalSD.h:50
double getEnergyDeposit() const
Definition: CaloG4Hit.h:81
double HGCalSD::getEnergyDeposit ( const G4Step *  aStep)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 96 of file HGCalSD.cc.

References funct::abs(), CaloSD::getResponseWt(), alignCSCRings::r, slopeMin_, weight_, and z.

96  {
97 
98  double r = aStep->GetPreStepPoint()->GetPosition().perp();
99  double z = std::abs(aStep->GetPreStepPoint()->GetPosition().z());
100 #ifdef EDM_ML_DEBUG
101  G4int parCode = aStep->GetTrack()->GetDefinition()->GetPDGEncoding();
102  G4String parName = aStep->GetTrack()->GetDefinition()->GetParticleName();
103  G4LogicalVolume* lv =
104  aStep->GetPreStepPoint()->GetPhysicalVolume()->GetLogicalVolume();
105  edm::LogVerbatim("HGCSim") << "HGCalSD: Hit from standard path from "
106  << lv->GetName() << " for Track "
107  << aStep->GetTrack()->GetTrackID() << " ("
108  << parCode << ":" << parName << ") R = " << r
109  << " Z = " << z << " slope = " << r/z << ":"
110  << slopeMin_;
111 #endif
112  // Apply fiducial cut
113  if (r < z*slopeMin_) {
114 #ifdef EDM_ML_DEBUG
115  edm::LogVerbatim("HGCSim") << "HGCalSD: Fiducial Volume cut";
116 #endif
117  return 0.0;
118  }
119 
120  double wt1 = getResponseWt(aStep->GetTrack());
121  double wt2 = aStep->GetTrack()->GetWeight();
122  double destep = weight_*wt1*(aStep->GetTotalEnergyDeposit());
123  if (wt2 > 0) destep *= wt2;
124 #ifdef EDM_ML_DEBUG
125  edm::LogVerbatim("HGCalSim") << "HGCalSD: weights= " << weight_ << ":"
126  << wt1 << ":" << wt2 << " Total weight "
127  << weight_*wt1*wt2 << " deStep: "
128  <<aStep->GetTotalEnergyDeposit()
129  << ":" <<destep;
130 #endif
131  return destep;
132 }
double slopeMin_
Definition: HGCalSD.h:50
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
double weight_
Definition: HGCalSD.h:51
double getResponseWt(const G4Track *)
Definition: CaloSD.cc:646
void HGCalSD::initRun ( )
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 235 of file HGCalSD.cc.

235  {
236 }
bool HGCalSD::isItinFidVolume ( const G4ThreeVector &  pos)
private

Definition at line 249 of file HGCalSD.cc.

References distanceFromEdge_, HGCalDDDConstants::distFromEdgeHex(), fiducialCut_, and hgcons_.

249  {
250  if (fiducialCut_) {
251  return (hgcons_->distFromEdgeHex(pos.x(),pos.y(),pos.z()) > distanceFromEdge_);
252  } else {
253  return true;
254  }
255 }
double distanceFromEdge_
Definition: HGCalSD.h:50
const HGCalDDDConstants * hgcons_
Definition: HGCalSD.h:44
bool fiducialCut_
Definition: HGCalSD.h:54
double distFromEdgeHex(double x, double y, double z) const
uint32_t HGCalSD::setDetUnitId ( const G4Step *  step)
overridevirtual

Implements CaloSD.

Definition at line 134 of file HGCalSD.cc.

References TauDecayModes::dec, triggerObjects_cff::id, levelT1_, levelT2_, mouseBite_, rejectMB_, and HGCSiliconDetId::waferUV().

134  {
135 
136  const G4StepPoint* preStepPoint = aStep->GetPreStepPoint();
137  const G4VTouchable* touch = preStepPoint->GetTouchable();
138 
139  //determine the exact position in global coordinates in the mass geometry
140  G4ThreeVector hitPoint = preStepPoint->GetPosition();
141  float globalZ = touch->GetTranslation(0).z();
142  int iz( globalZ>0 ? 1 : -1);
143 
144  int layer, module, cell;
145  if ((touch->GetHistoryDepth() == levelT1_) ||
146  (touch->GetHistoryDepth() == levelT2_)) {
147  layer = touch->GetReplicaNumber(0);
148  module = -1;
149  cell = -1;
150 #ifdef EDM_ML_DEBUG
151  edm::LogVerbatim("HGCSim") << "DepthsTop: " << touch->GetHistoryDepth()
152  << ":" << levelT1_ << ":" << levelT2_
153  << " name " << touch->GetVolume(0)->GetName()
154  << " layer:module:cell " << layer << ":"
155  << module << ":" << cell;
156 #endif
157  } else {
158  layer = touch->GetReplicaNumber(3);
159  module = touch->GetReplicaNumber(2);
160  cell = touch->GetReplicaNumber(1);
161 #ifdef EDM_ML_DEBUG
162  edm::LogVerbatim("HGCSim") << "DepthsInside: " << touch->GetHistoryDepth()
163  << " name " << touch->GetVolume(0)->GetName()
164  << " layer:module:cell " << layer << ":"
165  << module << ":" << cell;
166 #endif
167  }
168 #ifdef EDM_ML_DEBUG
169  G4Material* mat = aStep->GetPreStepPoint()->GetMaterial();
170  edm::LogVerbatim("HGCSim") << "Depths: " << touch->GetHistoryDepth()
171  << " name " << touch->GetVolume(0)->GetName()
172  << ":" << touch->GetReplicaNumber(0) << " "
173  << touch->GetVolume(1)->GetName()
174  << ":" << touch->GetReplicaNumber(1) << " "
175  << touch->GetVolume(2)->GetName()
176  << ":" << touch->GetReplicaNumber(2) << " "
177  << touch->GetVolume(3)->GetName()
178  << ":" << touch->GetReplicaNumber(3) << " "
179  << touch->GetVolume(4)->GetName()
180  << ":" << touch->GetReplicaNumber(4) << " "
181  << " layer:module:cell " << layer << ":"
182  << module << ":" << cell << " Material "
183  << mat->GetName() << ":" << mat->GetRadlen();
184 #endif
185  // The following statement should be examined later before elimination
186  if (aStep->GetPreStepPoint()->GetMaterial()->GetRadlen() > 100000.) return 0;
187 
188  uint32_t id = setDetUnitId (layer, module, cell, iz, hitPoint);
189  if (rejectMB_ && id != 0) {
190  auto uv = HGCSiliconDetId(id).waferUV();
191 #ifdef EDM_ML_DEBUG
192  edm::LogVerbatim("HGCSim") << "ID " << std::hex << id << std::dec
193  << " " << HGCSiliconDetId(id);
194 #endif
195  if (mouseBite_->exclude(hitPoint, iz, uv.first, uv.second)) {
196  id = 0;
197 #ifdef EDM_ML_DEBUG
198  edm::LogVerbatim("HGCSim") << "Rejected by mousebite cutoff *****";
199 #endif
200  }
201  }
202  return id;
203 }
int levelT2_
Definition: HGCalSD.h:52
bool rejectMB_
Definition: HGCalSD.h:54
uint32_t setDetUnitId(const G4Step *step) override
Definition: HGCalSD.cc:134
std::pair< int, int > waferUV() const
int levelT1_
Definition: HGCalSD.h:52
std::unique_ptr< HGCMouseBite > mouseBite_
Definition: HGCalSD.h:46
Definition: vlib.h:208
uint32_t HGCalSD::setDetUnitId ( int  layer,
int  module,
int  cell,
int  iz,
G4ThreeVector &  pos 
)
private

Definition at line 242 of file HGCalSD.cc.

References triggerObjects_cff::id, numberingScheme_, and weight_.

243  {
244  uint32_t id = numberingScheme_ ?
245  numberingScheme_->getUnitID(layer, module, cell, iz, pos, weight_) : 0;
246  return id;
247 }
std::unique_ptr< HGCalNumberingScheme > numberingScheme_
Definition: HGCalSD.h:45
double weight_
Definition: HGCalSD.h:51
Definition: vlib.h:208
void HGCalSD::update ( const BeginOfJob )
overrideprotectedvirtual

This routine will be called when the appropriate signal arrives.

Implements Observer< const BeginOfJob * >.

Definition at line 205 of file HGCalSD.cc.

References angles_, Exception, geom_mode_, HGCalDDDConstants::geomMode(), edm::EventSetup::get(), hgcons_, levelT1_, levelT2_, HGCalDDDConstants::levelTop(), HGCalDDDConstants::minSlope(), HGCalDDDConstants::mouseBite(), mouseBite_, mouseBiteCut_, mydet_, nameX_, numberingScheme_, rejectMB_, slopeMin_, tan30deg_, waferRot_, and HGCalDDDConstants::waferSize().

Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), progressbar.ProgressBar::finish(), Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), MatrixUtil.Steps::overwrite(), Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), Vispa.Gui.FindDialog.FindDialog::reset(), Vispa.Gui.PortConnection.PointToPointConnection::select(), Vispa.Gui.VispaWidget.VispaWidget::select(), Vispa.Views.LineDecayView.LineDecayContainer::select(), Vispa.Gui.VispaWidget.VispaWidget::setText(), Vispa.Gui.VispaWidget.VispaWidget::setTitle(), Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().

205  {
206 
207  const edm::EventSetup* es = (*job)();
209  es->get<IdealGeometryRecord>().get(nameX_,hdc);
210  if (hdc.isValid()) {
211  hgcons_ = hdc.product();
214  levelT1_ = hgcons_->levelTop(0);
215  levelT2_ = hgcons_->levelTop(1);
216  double waferSize = hgcons_->waferSize(false);
217  double mouseBite = hgcons_->mouseBite(false);
218  mouseBiteCut_ = waferSize*tan30deg_ - mouseBite;
219 #ifdef EDM_ML_DEBUG
220  edm::LogVerbatim("HGCSim") << "HGCalSD::Initialized with mode "
221  << geom_mode_ << " Slope cut " << slopeMin_
222  << " top Level " << levelT1_ << ":" << levelT2_
223  << " wafer " << waferSize << ":" << mouseBite;
224 #endif
225 
227  if (rejectMB_)
229  waferRot_));
230  } else {
231  throw cms::Exception("Unknown", "HGCalSD") << "Cannot find HGCalDDDConstants for " << nameX_ << "\n";
232  }
233 }
int levelT2_
Definition: HGCalSD.h:52
double slopeMin_
Definition: HGCalSD.h:50
std::unique_ptr< HGCalNumberingScheme > numberingScheme_
Definition: HGCalSD.h:45
std::string nameX_
Definition: HGCalSD.h:48
double mouseBiteCut_
Definition: HGCalSD.h:51
bool rejectMB_
Definition: HGCalSD.h:54
DetId::Detector mydet_
Definition: HGCalSD.h:47
double mouseBite(bool reco) const
std::vector< double > angles_
Definition: HGCalSD.h:56
const HGCalDDDConstants * hgcons_
Definition: HGCalSD.h:44
double minSlope() const
const double tan30deg_
Definition: HGCalSD.h:55
HGCalGeometryMode::GeometryMode geomMode() const
double waferSize(bool reco) const
bool waferRot_
Definition: HGCalSD.h:54
HGCalGeometryMode::GeometryMode geom_mode_
Definition: HGCalSD.h:49
T get() const
Definition: EventSetup.h:63
int levelT1_
Definition: HGCalSD.h:52
std::unique_ptr< HGCMouseBite > mouseBite_
Definition: HGCalSD.h:46
int levelTop(int ind=0) const

Member Data Documentation

std::vector<double> HGCalSD::angles_
private

Definition at line 56 of file HGCalSD.h.

Referenced by HGCalSD(), and update().

double HGCalSD::distanceFromEdge_
private

Definition at line 50 of file HGCalSD.h.

Referenced by HGCalSD(), and isItinFidVolume().

double HGCalSD::eminHit_
private

Definition at line 50 of file HGCalSD.h.

Referenced by filterHit(), and HGCalSD().

bool HGCalSD::fiducialCut_
private

Definition at line 54 of file HGCalSD.h.

Referenced by HGCalSD(), and isItinFidVolume().

HGCalGeometryMode::GeometryMode HGCalSD::geom_mode_
private

Definition at line 49 of file HGCalSD.h.

Referenced by update().

const HGCalDDDConstants* HGCalSD::hgcons_
private

Definition at line 44 of file HGCalSD.h.

Referenced by isItinFidVolume(), and update().

int HGCalSD::levelT1_
private

Definition at line 52 of file HGCalSD.h.

Referenced by setDetUnitId(), and update().

int HGCalSD::levelT2_
private

Definition at line 52 of file HGCalSD.h.

Referenced by setDetUnitId(), and update().

std::unique_ptr<HGCMouseBite> HGCalSD::mouseBite_
private

Definition at line 46 of file HGCalSD.h.

Referenced by HGCalSD(), setDetUnitId(), and update().

double HGCalSD::mouseBiteCut_
private

Definition at line 51 of file HGCalSD.h.

Referenced by update().

DetId::Detector HGCalSD::mydet_
private

Definition at line 47 of file HGCalSD.h.

Referenced by HGCalSD(), and update().

std::string HGCalSD::nameX_
private

Definition at line 48 of file HGCalSD.h.

Referenced by HGCalSD(), and update().

std::unique_ptr<HGCalNumberingScheme> HGCalSD::numberingScheme_
private

Definition at line 45 of file HGCalSD.h.

Referenced by HGCalSD(), setDetUnitId(), and update().

bool HGCalSD::rejectMB_
private

Definition at line 54 of file HGCalSD.h.

Referenced by HGCalSD(), setDetUnitId(), and update().

double HGCalSD::slopeMin_
private

Definition at line 50 of file HGCalSD.h.

Referenced by getEnergyDeposit(), and update().

bool HGCalSD::storeAllG4Hits_
private

Definition at line 53 of file HGCalSD.h.

Referenced by HGCalSD().

const double HGCalSD::tan30deg_
private

Definition at line 55 of file HGCalSD.h.

Referenced by update().

bool HGCalSD::waferRot_
private

Definition at line 54 of file HGCalSD.h.

Referenced by HGCalSD(), and update().

double HGCalSD::weight_
private

Definition at line 51 of file HGCalSD.h.

Referenced by getEnergyDeposit(), and setDetUnitId().