CMS 3D CMS Logo

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

#include <HFNoseSD.h>

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

Public Member Functions

 HFNoseSD (const std::string &, const DDCompactView &, const SensitiveDetectorCatalog &, edm::ParameterSet const &, const SimTrackManager *)
 
uint32_t setDetUnitId (const G4Step *step) override
 
 ~HFNoseSD () 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 *)
 
virtual void endEvent ()
 
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 *)
 
virtual void initEvent (const BeginOfEvent *)
 
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_
 
std::string nameX_
 
std::unique_ptr< HFNoseNumberingSchemenumberingScheme_
 
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 HFNoseSD.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file HFNoseSD.cc.

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

32  :
33  CaloSD(name, cpv, clg, p, manager,
34  (float)(p.getParameter<edm::ParameterSet>("HFNoseSD").getParameter<double>("TimeSliceUnit")),
35  p.getParameter<edm::ParameterSet>("HFNoseSD").getParameter<bool>("IgnoreTrackID")),
36  hgcons_(nullptr), slopeMin_(0), levelT1_(99), levelT2_(99),
37  tan30deg_(std::tan(30.0*CLHEP::deg)) {
38 
39  numberingScheme_.reset(nullptr); mouseBite_.reset(nullptr);
40 
41  edm::ParameterSet m_HFN = p.getParameter<edm::ParameterSet>("HFNoseSD");
42  eminHit_ = m_HFN.getParameter<double>("EminHit")*CLHEP::MeV;
43  fiducialCut_ = m_HFN.getParameter<bool>("FiducialCut");
44  distanceFromEdge_= m_HFN.getParameter<double>("DistanceFromEdge");
45  storeAllG4Hits_ = m_HFN.getParameter<bool>("StoreAllG4Hits");
46  rejectMB_ = m_HFN.getParameter<bool>("RejectMouseBite");
47  waferRot_ = m_HFN.getParameter<bool>("RotatedWafer");
48  angles_ = m_HFN.getUntrackedParameter<std::vector<double>>("WaferAngles");
49 
50  nameX_ = ((name.find("HFNoseHits")!=std::string::npos) ?
51  "HGCalHFNoseSensitive" : "HFNoseSensitive");
52 
53  if(storeAllG4Hits_) {
54  setUseMap(false);
56  }
57 
58 #ifdef EDM_ML_DEBUG
59  edm::LogVerbatim("HFNSim")<< "**************************************************"
60  << "\n"
61  << "* *"
62  << "\n"
63  << "* Constructing a HFNoseSD with name " << name << "\n"
64  << "* *"
65  << "\n"
66  << "**************************************************";
67 #endif
68  edm::LogVerbatim("HFNSim") << "HFNoseSD:: Threshold for storing hits: "
69  << eminHit_ << " for " << name;
70  edm::LogVerbatim("HFNSim") << "Flag for storing individual Geant4 Hits "
71  << storeAllG4Hits_;
72  edm::LogVerbatim("HFNSim") << "Fiducial volume cut with cut from eta/phi "
73  << "boundary " << fiducialCut_ << " at "
75  edm::LogVerbatim("HFNSim") << "Reject MosueBite Flag: " << rejectMB_
76  << " cuts along " << angles_.size() << " axes: "
77  << angles_[0] << ", " << angles_[1];
78 }
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
double eminHit_
Definition: HFNoseSD.h:50
std::unique_ptr< HFNoseNumberingScheme > numberingScheme_
Definition: HFNoseSD.h:46
void setNumberCheckedHits(int val)
Definition: CaloSD.h:111
bool storeAllG4Hits_
Definition: HFNoseSD.h:53
int levelT1_
Definition: HFNoseSD.h:52
bool fiducialCut_
Definition: HFNoseSD.h:54
double distanceFromEdge_
Definition: HFNoseSD.h:51
bool rejectMB_
Definition: HFNoseSD.h:54
void setUseMap(bool val)
Definition: CaloSD.h:100
bool waferRot_
Definition: HFNoseSD.h:54
const double MeV
Tan< T >::type tan(const T &t)
Definition: Tan.h:22
const double tan30deg_
Definition: HFNoseSD.h:55
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
int levelT2_
Definition: HFNoseSD.h:52
const HGCalDDDConstants * hgcons_
Definition: HFNoseSD.h:45
std::string nameX_
Definition: HFNoseSD.h:48
std::unique_ptr< HGCMouseBite > mouseBite_
Definition: HFNoseSD.h:47
std::vector< double > angles_
Definition: HFNoseSD.h:56
double slopeMin_
Definition: HFNoseSD.h:50
HFNoseSD::~HFNoseSD ( )
overridedefault

Member Function Documentation

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

Reimplemented from CaloSD.

Definition at line 222 of file HFNoseSD.cc.

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

222  {
223  return ((time <= tmaxHit) && (aHit->getEnergyDeposit() > eminHit_));
224 }
double eminHit_
Definition: HFNoseSD.h:50
double tmaxHit
Definition: CaloSD.h:134
double getEnergyDeposit() const
Definition: CaloG4Hit.h:81
double HFNoseSD::getEnergyDeposit ( const G4Step *  aStep)
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 80 of file HFNoseSD.cc.

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

80  {
81 
82  double r = aStep->GetPreStepPoint()->GetPosition().perp();
83  double z = std::abs(aStep->GetPreStepPoint()->GetPosition().z());
84 #ifdef EDM_ML_DEBUG
85  G4int parCode = aStep->GetTrack()->GetDefinition()->GetPDGEncoding();
86  G4String parName = aStep->GetTrack()->GetDefinition()->GetParticleName();
87  G4LogicalVolume* lv =
88  aStep->GetPreStepPoint()->GetPhysicalVolume()->GetLogicalVolume();
89  edm::LogVerbatim("HFNSim") << "HFNoseSD: Hit from standard path from "
90  << lv->GetName() << " for Track "
91  << aStep->GetTrack()->GetTrackID() << " ("
92  << parCode << ":" << parName << ") R = " << r
93  << " Z = " << z << " slope = " << r/z << ":"
94  << slopeMin_;
95 #endif
96  // Apply fiducial cut
97  if (r < z*slopeMin_) {
98 #ifdef EDM_ML_DEBUG
99  edm::LogVerbatim("HFNSim") << "HFNoseSD: Fiducial Volume cut";
100 #endif
101  return 0.0;
102  }
103 
104  double wt1 = getResponseWt(aStep->GetTrack());
105  double wt2 = aStep->GetTrack()->GetWeight();
106  double destep = weight_*wt1*(aStep->GetTotalEnergyDeposit());
107  if (wt2 > 0) destep *= wt2;
108 #ifdef EDM_ML_DEBUG
109  edm::LogVerbatim("HFNSim") << "HFNoseSD: weights= " << weight_ << ":"
110  << wt1 << ":" << wt2 << " Total weight "
111  << weight_*wt1*wt2 << " deStep: "
112  << aStep->GetTotalEnergyDeposit()
113  << ":" <<destep;
114 #endif
115  return destep;
116 }
double weight_
Definition: HFNoseSD.h:50
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
double getResponseWt(const G4Track *)
Definition: CaloSD.cc:652
double slopeMin_
Definition: HFNoseSD.h:50
void HFNoseSD::initRun ( )
overrideprotectedvirtual

Reimplemented from CaloSD.

Definition at line 219 of file HFNoseSD.cc.

219  {
220 }
bool HFNoseSD::isItinFidVolume ( const G4ThreeVector &  pos)
private

Definition at line 233 of file HFNoseSD.cc.

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

233  {
234  if (fiducialCut_) {
235  return (hgcons_->distFromEdgeHex(pos.x(),pos.y(),pos.z()) > distanceFromEdge_);
236  } else {
237  return true;
238  }
239 }
bool fiducialCut_
Definition: HFNoseSD.h:54
double distanceFromEdge_
Definition: HFNoseSD.h:51
const HGCalDDDConstants * hgcons_
Definition: HFNoseSD.h:45
double distFromEdgeHex(double x, double y, double z) const
uint32_t HFNoseSD::setDetUnitId ( const G4Step *  step)
overridevirtual

Implements CaloSD.

Definition at line 118 of file HFNoseSD.cc.

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

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

Definition at line 226 of file HFNoseSD.cc.

References triggerObjects_cff::id, numberingScheme_, and weight_.

227  {
228  uint32_t id = numberingScheme_ ?
229  numberingScheme_->getUnitID(layer, module, cell, iz, pos, weight_) : 0;
230  return id;
231 }
std::unique_ptr< HFNoseNumberingScheme > numberingScheme_
Definition: HFNoseSD.h:46
double weight_
Definition: HFNoseSD.h:50
Definition: vlib.h:208
void HFNoseSD::update ( const BeginOfJob )
overrideprotectedvirtual

This routine will be called when the appropriate signal arrives.

Implements Observer< const BeginOfJob * >.

Definition at line 189 of file HFNoseSD.cc.

References angles_, Exception, geom_mode_, HGCalDDDConstants::geomMode(), edm::EventSetup::get(), hgcons_, levelT1_, levelT2_, HGCalDDDConstants::levelTop(), HGCalDDDConstants::minSlope(), HGCalDDDConstants::mouseBite(), mouseBite_, mouseBiteCut_, 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().

189  {
190 
191  const edm::EventSetup* es = (*job)();
193  es->get<IdealGeometryRecord>().get(nameX_,hdc);
194  if (hdc.isValid()) {
195  hgcons_ = hdc.product();
198  levelT1_ = hgcons_->levelTop(0);
199  levelT2_ = hgcons_->levelTop(1);
200  double waferSize = hgcons_->waferSize(false);
201  double mouseBite = hgcons_->mouseBite(false);
202  mouseBiteCut_ = waferSize*tan30deg_ - mouseBite;
203 #ifdef EDM_ML_DEBUG
204  edm::LogVerbatim("HFNSim") << "HFNoseSD::Initialized with mode "
205  << geom_mode_ << " Slope cut " << slopeMin_
206  << " top Level " << levelT1_ << ":" << levelT2_
207  << " wafer " << waferSize << ":" << mouseBite;
208 #endif
209 
211  if (rejectMB_)
213  waferRot_));
214  } else {
215  throw cms::Exception("Unknown", "HFNoseSD") << "Cannot find HGCalDDDConstants for " << nameX_ << "\n";
216  }
217 }
std::unique_ptr< HFNoseNumberingScheme > numberingScheme_
Definition: HFNoseSD.h:46
int levelT1_
Definition: HFNoseSD.h:52
double mouseBiteCut_
Definition: HFNoseSD.h:51
bool rejectMB_
Definition: HFNoseSD.h:54
bool waferRot_
Definition: HFNoseSD.h:54
HGCalGeometryMode::GeometryMode geom_mode_
Definition: HFNoseSD.h:49
double mouseBite(bool reco) const
double minSlope() const
const double tan30deg_
Definition: HFNoseSD.h:55
HGCalGeometryMode::GeometryMode geomMode() const
double waferSize(bool reco) const
int levelT2_
Definition: HFNoseSD.h:52
const HGCalDDDConstants * hgcons_
Definition: HFNoseSD.h:45
std::string nameX_
Definition: HFNoseSD.h:48
T get() const
Definition: EventSetup.h:62
std::unique_ptr< HGCMouseBite > mouseBite_
Definition: HFNoseSD.h:47
int levelTop(int ind=0) const
std::vector< double > angles_
Definition: HFNoseSD.h:56
double slopeMin_
Definition: HFNoseSD.h:50

Member Data Documentation

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

Definition at line 56 of file HFNoseSD.h.

Referenced by HFNoseSD(), and update().

double HFNoseSD::distanceFromEdge_
private

Definition at line 51 of file HFNoseSD.h.

Referenced by HFNoseSD(), and isItinFidVolume().

double HFNoseSD::eminHit_
private

Definition at line 50 of file HFNoseSD.h.

Referenced by filterHit(), and HFNoseSD().

bool HFNoseSD::fiducialCut_
private

Definition at line 54 of file HFNoseSD.h.

Referenced by HFNoseSD(), and isItinFidVolume().

HGCalGeometryMode::GeometryMode HFNoseSD::geom_mode_
private

Definition at line 49 of file HFNoseSD.h.

Referenced by update().

const HGCalDDDConstants* HFNoseSD::hgcons_
private

Definition at line 45 of file HFNoseSD.h.

Referenced by isItinFidVolume(), and update().

int HFNoseSD::levelT1_
private

Definition at line 52 of file HFNoseSD.h.

Referenced by setDetUnitId(), and update().

int HFNoseSD::levelT2_
private

Definition at line 52 of file HFNoseSD.h.

Referenced by setDetUnitId(), and update().

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

Definition at line 47 of file HFNoseSD.h.

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

double HFNoseSD::mouseBiteCut_
private

Definition at line 51 of file HFNoseSD.h.

Referenced by update().

std::string HFNoseSD::nameX_
private

Definition at line 48 of file HFNoseSD.h.

Referenced by HFNoseSD(), and update().

std::unique_ptr<HFNoseNumberingScheme> HFNoseSD::numberingScheme_
private

Definition at line 46 of file HFNoseSD.h.

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

bool HFNoseSD::rejectMB_
private

Definition at line 54 of file HFNoseSD.h.

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

double HFNoseSD::slopeMin_
private

Definition at line 50 of file HFNoseSD.h.

Referenced by getEnergyDeposit(), and update().

bool HFNoseSD::storeAllG4Hits_
private

Definition at line 53 of file HFNoseSD.h.

Referenced by HFNoseSD().

const double HFNoseSD::tan30deg_
private

Definition at line 55 of file HFNoseSD.h.

Referenced by update().

bool HFNoseSD::waferRot_
private

Definition at line 54 of file HFNoseSD.h.

Referenced by HFNoseSD(), and update().

double HFNoseSD::weight_
private

Definition at line 50 of file HFNoseSD.h.

Referenced by getEnergyDeposit(), and setDetUnitId().