BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
RecEmcShower Class Reference

#include <RecEmcShower.h>

+ Inheritance diagram for RecEmcShower:

Public Member Functions

virtual const CLID & clID () const
 
 RecEmcShower ()
 
 ~RecEmcShower ()
 
 RecEmcShower (const DstEmcShower &aShower)
 
RecEmcShoweroperator= (const DstEmcShower &aShower)
 
bool operator< (const RecEmcShower &aShower) const
 
bool operator> (const RecEmcShower &aShower) const
 
void Clear ()
 
bool TofShower () const
 
void TofShower (bool tof)
 
RecEmcID getShowerId () const
 
RecEmcID ShowerId (RecEmcID id)
 
RecEmcID getClusterId () const
 
void ClusterId (const RecEmcID id)
 
RecEmcClustergetCluster () const
 
void Cluster (RecEmcCluster *pCluster)
 
RecEmcIDVector getCellId3x3 () const
 
void CellId3x3 (RecEmcIDVector &id3x3)
 
RecEmcIDVector getCellId5x5 () const
 
void CellId5x5 (RecEmcIDVector &id5x5)
 
RecEmcFractionMap::const_iterator Begin () const
 
RecEmcFractionMap::const_iterator End () const
 
RecEmcFractionMap::const_iterator Find (const RecEmcID &CellId) const
 
void Insert (const RecEmcFraction &aFraction)
 
void Erase (const RecEmcFraction &aFraction)
 
void Dump () const
 
unsigned int getSize () const
 
RecEmcFractionMap getFractionMap () const
 
RecEmcFractionMap getFractionMap3x3 () const
 
RecEmcFractionMap getFractionMap5x5 () const
 
RecEmcEnergy getEAll () const
 
RecEmcEnergy EAll (RecEmcEnergy e)
 
RecEmcEnergy getELepton () const
 
RecEmcEnergy ELepton (RecEmcEnergy e)
 
RecEmcEnergy getETof2x1 () const
 
RecEmcEnergy ETof2x1 (RecEmcEnergy e)
 
RecEmcEnergy getETof2x3 () const
 
RecEmcEnergy ETof2x3 (RecEmcEnergy e)
 
RecEmcID NearestSeed () const
 
RecEmcID NearestSeed (const RecEmcID &ns)
 
int ThetaGap () const
 
int ThetaGap (int ThetaGap)
 
int PhiGap () const
 
int PhiGap (int PhiGap)
 
virtual const CLID & clID () const
 
 RecEmcShower ()
 
 ~RecEmcShower ()
 
 RecEmcShower (const DstEmcShower &aShower)
 
RecEmcShoweroperator= (const DstEmcShower &aShower)
 
bool operator< (const RecEmcShower &aShower) const
 
bool operator> (const RecEmcShower &aShower) const
 
void Clear ()
 
bool TofShower () const
 
void TofShower (bool tof)
 
RecEmcID getShowerId () const
 
RecEmcID ShowerId (RecEmcID id)
 
RecEmcID getClusterId () const
 
void ClusterId (const RecEmcID id)
 
RecEmcClustergetCluster () const
 
void Cluster (RecEmcCluster *pCluster)
 
RecEmcIDVector getCellId3x3 () const
 
void CellId3x3 (RecEmcIDVector &id3x3)
 
RecEmcIDVector getCellId5x5 () const
 
void CellId5x5 (RecEmcIDVector &id5x5)
 
RecEmcFractionMap::const_iterator Begin () const
 
RecEmcFractionMap::const_iterator End () const
 
RecEmcFractionMap::const_iterator Find (const RecEmcID &CellId) const
 
void Insert (const RecEmcFraction &aFraction)
 
void Erase (const RecEmcFraction &aFraction)
 
void Dump () const
 
unsigned int getSize () const
 
RecEmcFractionMap getFractionMap () const
 
RecEmcFractionMap getFractionMap3x3 () const
 
RecEmcFractionMap getFractionMap5x5 () const
 
RecEmcEnergy getEAll () const
 
RecEmcEnergy EAll (RecEmcEnergy e)
 
RecEmcEnergy getELepton () const
 
RecEmcEnergy ELepton (RecEmcEnergy e)
 
RecEmcEnergy getETof2x1 () const
 
RecEmcEnergy ETof2x1 (RecEmcEnergy e)
 
RecEmcEnergy getETof2x3 () const
 
RecEmcEnergy ETof2x3 (RecEmcEnergy e)
 
RecEmcID NearestSeed () const
 
RecEmcID NearestSeed (const RecEmcID &ns)
 
int ThetaGap () const
 
int ThetaGap (int ThetaGap)
 
int PhiGap () const
 
int PhiGap (int PhiGap)
 
- Public Member Functions inherited from DstEmcShower
 DstEmcShower ()
 
virtual ~DstEmcShower ()
 
virtual const CLID & clID () const
 
int trackId () const
 
int numHits () const
 
int status () const
 
int cellId () const
 
int module () const
 
HepPoint3D position () const
 
double x () const
 
double y () const
 
double z () const
 
double theta () const
 
double phi () const
 
double dx () const
 
double dy () const
 
double dz () const
 
double dtheta () const
 
double dphi () const
 
double energy () const
 
double dE () const
 
double eSeed () const
 
double e3x3 () const
 
double e5x5 () const
 
double time () const
 
double secondMoment () const
 
double latMoment () const
 
double a20Moment () const
 
double a42Moment () const
 
HepSymMatrix errorMatrix () const
 
void setTrackId (int trackId)
 
void setNumHits (int hit)
 
void setStatus (int st)
 
void setCellId (int id)
 
void setModule (int mod)
 
void setPosition (const HepPoint3D &pos)
 
void setEnergy (double e)
 
void setDE (double de)
 
void setDtheta (double dt)
 
void setDphi (double dpi)
 
void setESeed (double eSeed)
 
void setE3x3 (double e3x3)
 
void setE5x5 (double e5x5)
 
void setTime (double time)
 
void setSecondMoment (double secondMoment)
 
void setLatMoment (double latMoment)
 
void setA20Moment (double a20Moment)
 
void setA42Moment (double a42Moment)
 
void setErrorMatrix (const HepSymMatrix &error)
 
 DstEmcShower ()
 
virtual ~DstEmcShower ()
 
virtual const CLID & clID () const
 
int trackId () const
 
int numHits () const
 
int status () const
 
int cellId () const
 
int module () const
 
HepPoint3D position () const
 
double x () const
 
double y () const
 
double z () const
 
double theta () const
 
double phi () const
 
double dx () const
 
double dy () const
 
double dz () const
 
double dtheta () const
 
double dphi () const
 
double energy () const
 
double dE () const
 
double eSeed () const
 
double e3x3 () const
 
double e5x5 () const
 
double time () const
 
double secondMoment () const
 
double latMoment () const
 
double a20Moment () const
 
double a42Moment () const
 
HepSymMatrix errorMatrix () const
 
void setTrackId (int trackId)
 
void setNumHits (int hit)
 
void setStatus (int st)
 
void setCellId (int id)
 
void setModule (int mod)
 
void setPosition (const HepPoint3D &pos)
 
void setEnergy (double e)
 
void setDE (double de)
 
void setDtheta (double dt)
 
void setDphi (double dpi)
 
void setESeed (double eSeed)
 
void setE3x3 (double e3x3)
 
void setE5x5 (double e5x5)
 
void setTime (double time)
 
void setSecondMoment (double secondMoment)
 
void setLatMoment (double latMoment)
 
void setA20Moment (double a20Moment)
 
void setA42Moment (double a42Moment)
 
void setErrorMatrix (const HepSymMatrix &error)
 

Static Public Member Functions

static const CLID & classID ()
 
static const CLID & classID ()
 
- Static Public Member Functions inherited from DstEmcShower
static const CLID & classID ()
 
static const CLID & classID ()
 

Protected Attributes

bool fTofShower
 
RecEmcID fShowerId
 
RecEmcID fClusterId
 
RecEmcClusterfCluster
 
RecEmcIDVector fCellId3x3
 
RecEmcIDVector fCellId5x5
 
RecEmcFractionMap fFractionMap
 
RecEmcEnergy fEAll
 
RecEmcEnergy fELepton
 
RecEmcEnergy fETof2x1
 
RecEmcEnergy fETof2x3
 
RecEmcID fNearestSeed
 
int fThetaGap
 
int fPhiGap
 

Detailed Description

Constructor & Destructor Documentation

◆ RecEmcShower() [1/4]

RecEmcShower::RecEmcShower ( )

Definition at line 12 of file RecEmcShower.cxx.

13{
14 Clear();
15}

◆ ~RecEmcShower() [1/2]

RecEmcShower::~RecEmcShower ( )

Definition at line 17 of file RecEmcShower.cxx.

18{
19 //Clear();
20}

◆ RecEmcShower() [2/4]

◆ RecEmcShower() [3/4]

RecEmcShower::RecEmcShower ( )

◆ ~RecEmcShower() [2/2]

RecEmcShower::~RecEmcShower ( )

◆ RecEmcShower() [4/4]

RecEmcShower::RecEmcShower ( const DstEmcShower aShower)

Member Function Documentation

◆ Begin() [1/2]

◆ Begin() [2/2]

RecEmcFractionMap::const_iterator RecEmcShower::Begin ( ) const

◆ CellId3x3() [1/2]

void RecEmcShower::CellId3x3 ( RecEmcIDVector id3x3)

◆ CellId3x3() [2/2]

void RecEmcShower::CellId3x3 ( RecEmcIDVector id3x3)

◆ CellId5x5() [1/2]

void RecEmcShower::CellId5x5 ( RecEmcIDVector id5x5)

◆ CellId5x5() [2/2]

void RecEmcShower::CellId5x5 ( RecEmcIDVector id5x5)

◆ classID() [1/2]

static const CLID & RecEmcShower::classID ( )
inlinestatic

Definition at line 26 of file Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/EmcRecEventModel/RecEmcShower.h.

26{ return CLID_RecEmcShower; }
const CLID & CLID_RecEmcShower
Definition: EventModel.cxx:317

Referenced by clID().

◆ classID() [2/2]

static const CLID & RecEmcShower::classID ( )
inlinestatic

◆ Clear() [1/2]

void RecEmcShower::Clear ( )

Definition at line 79 of file RecEmcShower.cxx.

80{
83 fCellId3x3.clear();
84 fCellId5x5.clear();
85 fFractionMap.clear();
86 //
87 fCluster=NULL;
88 fTofShower=false;
89 fEAll=0;
90 fELepton=0;
91 fETof2x1=0;
92 fETof2x3=0;
93 //
94 //HepPoint3D o(0,0,0);
95 //fPosition=o;
96 //
98 fThetaGap=0;
99 fPhiGap=0;
100}

Referenced by EmcRecFastCluster2Shower::Convert(), Erase(), operator=(), RecEmcShower(), and EmcRecSplitWeighted::Split().

◆ Clear() [2/2]

void RecEmcShower::Clear ( )

◆ clID() [1/2]

virtual const CLID & RecEmcShower::clID ( ) const
inlinevirtual

◆ clID() [2/2]

virtual const CLID & RecEmcShower::clID ( ) const
inlinevirtual

◆ Cluster() [1/2]

void RecEmcShower::Cluster ( RecEmcCluster pCluster)

Definition at line 114 of file RecEmcShower.cxx.

115{
116 fCluster=pCluster;
117}

Referenced by RecEmcShowerCnv::TObjectToDataObject().

◆ Cluster() [2/2]

void RecEmcShower::Cluster ( RecEmcCluster pCluster)

◆ ClusterId() [1/2]

void RecEmcShower::ClusterId ( const RecEmcID  id)

Definition at line 109 of file RecEmcShower.cxx.

110{
111 fClusterId=id;
112}

Referenced by EmcRecSplitWeighted::Split(), and RecEmcShowerCnv::TObjectToDataObject().

◆ ClusterId() [2/2]

void RecEmcShower::ClusterId ( const RecEmcID  id)

◆ Dump() [1/2]

void RecEmcShower::Dump ( ) const

Definition at line 190 of file RecEmcShower.cxx.

191{
192 RecEmcFractionMap::const_iterator pFractionMap;
193
194 cout<<"EMC Shower: ";
195
196 cout<<"Shower Id= ";
197 cout<<fShowerId<<endl;
198
199 for(pFractionMap=fFractionMap.begin();
200 pFractionMap!=fFractionMap.end();
201 pFractionMap++)
202 {
203 pFractionMap->second.Dump();
204 }
205}

◆ Dump() [2/2]

void RecEmcShower::Dump ( ) const

◆ EAll() [1/2]

RecEmcEnergy RecEmcShower::EAll ( RecEmcEnergy  e)

◆ EAll() [2/2]

RecEmcEnergy RecEmcShower::EAll ( RecEmcEnergy  e)

◆ ELepton() [1/2]

RecEmcEnergy RecEmcShower::ELepton ( RecEmcEnergy  e)

Definition at line 282 of file RecEmcShower.cxx.

283{
284 return fELepton=e;
285}

Referenced by EmcRecShowerEnergy::Energy(), and RecEmcShowerCnv::TObjectToDataObject().

◆ ELepton() [2/2]

RecEmcEnergy RecEmcShower::ELepton ( RecEmcEnergy  e)

◆ End() [1/2]

◆ End() [2/2]

RecEmcFractionMap::const_iterator RecEmcShower::End ( ) const

◆ Erase() [1/2]

void RecEmcShower::Erase ( const RecEmcFraction aFraction)

Definition at line 154 of file RecEmcShower.cxx.

155{
156 RecEmcFractionMap::const_iterator pFractionMap;
157 pFractionMap=fFractionMap.find(aFraction.getCellId());
158
159 //blank FractionMap
160 if(fFractionMap.empty())
161 {
162 return;
163 }
164
165 //not find
166 if(pFractionMap==End())
167 {
168 return;
169 }
170
171 //find it
172 if(pFractionMap!=End())
173 {
174 fFractionMap.erase(pFractionMap->first);
175 //empty
176 if(fFractionMap.empty())
177 {
178 Clear();
179 return;
180 }
181 //not empty
182 else
183 {
184 return;
185 }
186 }
187}
RecEmcFractionMap::const_iterator End() const

◆ Erase() [2/2]

void RecEmcShower::Erase ( const RecEmcFraction aFraction)

◆ ETof2x1() [1/2]

RecEmcEnergy RecEmcShower::ETof2x1 ( RecEmcEnergy  e)

Definition at line 286 of file RecEmcShower.cxx.

287{
288 return fETof2x1=e;
289}

◆ ETof2x1() [2/2]

RecEmcEnergy RecEmcShower::ETof2x1 ( RecEmcEnergy  e)

◆ ETof2x3() [1/2]

RecEmcEnergy RecEmcShower::ETof2x3 ( RecEmcEnergy  e)

Definition at line 290 of file RecEmcShower.cxx.

291{
292 return fETof2x3=e;
293}

◆ ETof2x3() [2/2]

RecEmcEnergy RecEmcShower::ETof2x3 ( RecEmcEnergy  e)

◆ Find() [1/2]

RecEmcFractionMap::const_iterator RecEmcShower::Find ( const RecEmcID CellId) const

Definition at line 141 of file RecEmcShower.cxx.

142{
143 // If failed the return vale is End().
144 return fFractionMap.find(CellId);
145}

Referenced by EmcRecShowerEnergy::Energy().

◆ Find() [2/2]

RecEmcFractionMap::const_iterator RecEmcShower::Find ( const RecEmcID CellId) const

◆ getCellId3x3() [1/2]

RecEmcIDVector RecEmcShower::getCellId3x3 ( ) const
inline

◆ getCellId3x3() [2/2]

RecEmcIDVector RecEmcShower::getCellId3x3 ( ) const
inline

◆ getCellId5x5() [1/2]

RecEmcIDVector RecEmcShower::getCellId5x5 ( ) const
inline

◆ getCellId5x5() [2/2]

RecEmcIDVector RecEmcShower::getCellId5x5 ( ) const
inline

◆ getCluster() [1/2]

RecEmcCluster * RecEmcShower::getCluster ( ) const
inline

◆ getCluster() [2/2]

RecEmcCluster * RecEmcShower::getCluster ( ) const
inline

◆ getClusterId() [1/2]

RecEmcID RecEmcShower::getClusterId ( ) const
inline

◆ getClusterId() [2/2]

RecEmcID RecEmcShower::getClusterId ( ) const
inline

◆ getEAll() [1/2]

◆ getEAll() [2/2]

RecEmcEnergy RecEmcShower::getEAll ( ) const
inline

◆ getELepton() [1/2]

RecEmcEnergy RecEmcShower::getELepton ( ) const
inline

◆ getELepton() [2/2]

RecEmcEnergy RecEmcShower::getELepton ( ) const
inline

◆ getETof2x1() [1/2]

RecEmcEnergy RecEmcShower::getETof2x1 ( ) const
inline

◆ getETof2x1() [2/2]

RecEmcEnergy RecEmcShower::getETof2x1 ( ) const
inline

◆ getETof2x3() [1/2]

RecEmcEnergy RecEmcShower::getETof2x3 ( ) const
inline

◆ getETof2x3() [2/2]

RecEmcEnergy RecEmcShower::getETof2x3 ( ) const
inline

◆ getFractionMap() [1/2]

RecEmcFractionMap RecEmcShower::getFractionMap ( ) const

Definition at line 214 of file RecEmcShower.cxx.

215{
216 RecEmcFractionMap tmpFractionMap;
217 RecEmcFractionMap::const_iterator pFractionMap;
218
219 for(pFractionMap=fFractionMap.begin();
220 pFractionMap!=fFractionMap.end();
221 pFractionMap++){
222 RecEmcFraction aFraction=pFractionMap->second;
223 tmpFractionMap[aFraction.getCellId()]=aFraction;
224 }
225
226 return tmpFractionMap;
227}
map< RecEmcID, RecEmcFraction, less< RecEmcID > > RecEmcFractionMap

◆ getFractionMap() [2/2]

RecEmcFractionMap RecEmcShower::getFractionMap ( ) const

◆ getFractionMap3x3() [1/2]

RecEmcFractionMap RecEmcShower::getFractionMap3x3 ( ) const

Definition at line 229 of file RecEmcShower.cxx.

230{
231 RecEmcFractionMap tmpFractionMap;
232 if(fFractionMap.empty()) return tmpFractionMap;
233
234 RecEmcFractionMap::const_iterator pFractionMap;
235 ci_RecEmcIDVector pNearCell;
236
237 for(pFractionMap=fFractionMap.begin();
238 pFractionMap!=fFractionMap.end();
239 pFractionMap++){
240 for(pNearCell=fCellId3x3.begin();
241 pNearCell!=fCellId3x3.end();
242 pNearCell++){
243 if(pFractionMap->second.getCellId()==*pNearCell){
244 RecEmcFraction aFraction=pFractionMap->second;
245 tmpFractionMap[aFraction.getCellId()]=aFraction;
246 }
247 }
248 }
249
250 return tmpFractionMap;
251}

Referenced by operator<<(), EmcRecShowerPosLog::Position(), EmcRecShowerPosLoglin::Position(), and EmcRecShowerPosLogShMax::Position().

◆ getFractionMap3x3() [2/2]

RecEmcFractionMap RecEmcShower::getFractionMap3x3 ( ) const

◆ getFractionMap5x5() [1/2]

RecEmcFractionMap RecEmcShower::getFractionMap5x5 ( ) const

Definition at line 253 of file RecEmcShower.cxx.

254{
255 RecEmcFractionMap tmpFractionMap;
256 if(fFractionMap.empty()) return tmpFractionMap;
257
258 RecEmcFractionMap::const_iterator pFractionMap;
259 ci_RecEmcIDVector pNearCell;
260
261 for(pFractionMap=fFractionMap.begin();
262 pFractionMap!=fFractionMap.end();
263 pFractionMap++){
264 for(pNearCell=fCellId5x5.begin();
265 pNearCell!=fCellId5x5.end();
266 pNearCell++){
267 if(pFractionMap->second.getCellId()==*pNearCell){
268 RecEmcFraction aFraction=pFractionMap->second;
269 tmpFractionMap[aFraction.getCellId()]=aFraction;
270 }
271 }
272 }
273
274 return tmpFractionMap;
275}

Referenced by EmcRecShowerShape::A20Moment(), EmcRecShowerShape::A42Moment(), EmcSelBhaEvent::FillBhabha(), EmcRecShowerShape::LatMoment(), operator<<(), EmcRecShowerPosLog::Position(), EmcRecShowerPosLoglin::Position(), EmcRecShowerPosLogShMax::Position(), and EmcRecShowerShape::SecondMoment().

◆ getFractionMap5x5() [2/2]

RecEmcFractionMap RecEmcShower::getFractionMap5x5 ( ) const

◆ getShowerId() [1/2]

◆ getShowerId() [2/2]

RecEmcID RecEmcShower::getShowerId ( ) const
inline

◆ getSize() [1/2]

unsigned int RecEmcShower::getSize ( ) const

Definition at line 209 of file RecEmcShower.cxx.

210{
211 return fFractionMap.size();
212}

Referenced by EmcRecShowerEnergy::Energy(), and operator<<().

◆ getSize() [2/2]

unsigned int RecEmcShower::getSize ( ) const

◆ Insert() [1/2]

void RecEmcShower::Insert ( const RecEmcFraction aFraction)

Definition at line 148 of file RecEmcShower.cxx.

149{
150 fFractionMap[aFraction.getCellId()]=aFraction;
151 return;
152}

Referenced by EmcRecSplitWeighted::Split(), and RecEmcShowerCnv::TObjectToDataObject().

◆ Insert() [2/2]

void RecEmcShower::Insert ( const RecEmcFraction aFraction)

◆ NearestSeed() [1/4]

RecEmcID RecEmcShower::NearestSeed ( ) const

Definition at line 296 of file RecEmcShower.cxx.

297{
298 return fNearestSeed;
299}

Referenced by EmcRec::execute().

◆ NearestSeed() [2/4]

RecEmcID RecEmcShower::NearestSeed ( ) const

◆ NearestSeed() [3/4]

RecEmcID RecEmcShower::NearestSeed ( const RecEmcID ns)

Definition at line 301 of file RecEmcShower.cxx.

302{
303 return fNearestSeed=ns;
304}
#define ns(x)
Definition: xmltok.c:1504

◆ NearestSeed() [4/4]

RecEmcID RecEmcShower::NearestSeed ( const RecEmcID ns)

◆ operator<() [1/2]

bool RecEmcShower::operator< ( const RecEmcShower aShower) const
inline

◆ operator<() [2/2]

bool RecEmcShower::operator< ( const RecEmcShower aShower) const
inline

Definition at line 38 of file InstallArea/include/EmcRecEventModel/EmcRecEventModel/RecEmcShower.h.

38 {
39 return energy() < aShower.energy();
40 }

◆ operator=() [1/2]

RecEmcShower & RecEmcShower::operator= ( const DstEmcShower aShower)

Definition at line 30 of file RecEmcShower.cxx.

31{
32 Clear();
33 DstEmcShower::operator=(aShower);
34 fShowerId=RecEmcID(aShower.cellId());
35 return *this;
36}

◆ operator=() [2/2]

RecEmcShower & RecEmcShower::operator= ( const DstEmcShower aShower)

◆ operator>() [1/2]

bool RecEmcShower::operator> ( const RecEmcShower aShower) const
inline

Definition at line 42 of file Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/EmcRecEventModel/RecEmcShower.h.

42 {
43 return energy() > aShower.energy();
44 }

◆ operator>() [2/2]

bool RecEmcShower::operator> ( const RecEmcShower aShower) const
inline

Definition at line 42 of file InstallArea/include/EmcRecEventModel/EmcRecEventModel/RecEmcShower.h.

42 {
43 return energy() > aShower.energy();
44 }

◆ PhiGap() [1/4]

int RecEmcShower::PhiGap ( ) const

Definition at line 316 of file RecEmcShower.cxx.

317{
318 return fPhiGap;
319}

Referenced by EmcRec::execute(), PhiGap(), and EmcRecSplitWeighted::Split().

◆ PhiGap() [2/4]

int RecEmcShower::PhiGap ( ) const

◆ PhiGap() [3/4]

int RecEmcShower::PhiGap ( int  PhiGap)

Definition at line 321 of file RecEmcShower.cxx.

322{
323 return fPhiGap=PhiGap;
324}
int PhiGap() const

◆ PhiGap() [4/4]

int RecEmcShower::PhiGap ( int  PhiGap)

◆ ShowerId() [1/2]

RecEmcID RecEmcShower::ShowerId ( RecEmcID  id)

◆ ShowerId() [2/2]

RecEmcID RecEmcShower::ShowerId ( RecEmcID  id)

◆ ThetaGap() [1/4]

int RecEmcShower::ThetaGap ( ) const

Definition at line 306 of file RecEmcShower.cxx.

307{
308 return fThetaGap;
309}

Referenced by EmcRec::execute(), EmcRecSplitWeighted::Split(), and ThetaGap().

◆ ThetaGap() [2/4]

int RecEmcShower::ThetaGap ( ) const

◆ ThetaGap() [3/4]

int RecEmcShower::ThetaGap ( int  ThetaGap)

Definition at line 311 of file RecEmcShower.cxx.

312{
313 return fThetaGap=ThetaGap;
314}
int ThetaGap() const

◆ ThetaGap() [4/4]

int RecEmcShower::ThetaGap ( int  ThetaGap)

◆ TofShower() [1/4]

bool RecEmcShower::TofShower ( ) const
inline

◆ TofShower() [2/4]

bool RecEmcShower::TofShower ( ) const
inline

◆ TofShower() [3/4]

void RecEmcShower::TofShower ( bool  tof)
inline

◆ TofShower() [4/4]

void RecEmcShower::TofShower ( bool  tof)
inline

Member Data Documentation

◆ fCellId3x3

◆ fCellId5x5

◆ fCluster

RecEmcCluster * RecEmcShower::fCluster
protected

◆ fClusterId

RecEmcID RecEmcShower::fClusterId
protected

◆ fEAll

RecEmcEnergy RecEmcShower::fEAll
protected

◆ fELepton

RecEmcEnergy RecEmcShower::fELepton
protected

◆ fETof2x1

RecEmcEnergy RecEmcShower::fETof2x1
protected

◆ fETof2x3

RecEmcEnergy RecEmcShower::fETof2x3
protected

◆ fFractionMap

◆ fNearestSeed

RecEmcID RecEmcShower::fNearestSeed
protected

◆ fPhiGap

int RecEmcShower::fPhiGap
protected

◆ fShowerId

◆ fThetaGap

int RecEmcShower::fThetaGap
protected

◆ fTofShower

bool RecEmcShower::fTofShower
protected

The documentation for this class was generated from the following files: