@@ -24,7 +24,8 @@ namespace hgcal {
2424 public:
2525 struct siliconWaferInfo {
2626 int32_t type, partialType, orientation, placementIndex, cassette;
27- siliconWaferInfo (int32_t t = 0 , int32_t p = 0 , int32_t o = 0 , int32_t i = 0 , int32_t c = 0 ) : type(t), partialType(p), orientation(o), placementIndex(i), cassette(c) {}
27+ siliconWaferInfo (int32_t t = 0 , int32_t p = 0 , int32_t o = 0 , int32_t i = 0 , int32_t c = 0 )
28+ : type(t), partialType(p), orientation(o), placementIndex(i), cassette(c) {}
2829 };
2930 struct scintillatorTileInfo {
3031 int32_t type, sipm, cassette;
@@ -86,7 +87,7 @@ namespace hgcal {
8687 float getPhi (const DetId& id) const ;
8788 float getPt (const DetId& id, const float & hitEnergy, const float & vertex_z = 0 .) const ;
8889 int getScintMaxIphi (const DetId& id) const ;
89-
90+
9091 inline const CaloGeometry* getGeometry () const { return geom_; };
9192 unsigned int lastLayerEE (bool nose = false ) const { return (nose ? HFNoseDetId::HFNoseLayerEEmax : fhOffset_); }
9293 unsigned int lastLayerFH () const { return fhLastLayer_; }
@@ -106,6 +107,7 @@ namespace hgcal {
106107 // Informaion of the wafer/tile
107108 siliconWaferInfo getWaferInfo (const DetId& id) const ;
108109 scintillatorTileInfo getTileInfo (const DetId& id) const ;
110+
109111 private:
110112 const CaloGeometry* geom_;
111113 unsigned int eeOffset_, fhOffset_, bhFirstLayer_, bhLastLayer_, bhOffset_, fhLastLayer_, noseLastLayer_;
0 commit comments