ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/CaloBase/RawClusterContainer.h>
Public Types | |
typedef std::map < RawClusterDefs::keytype, RawCluster * > | Map |
typedef Map::iterator | Iterator |
typedef Map::const_iterator | ConstIterator |
typedef std::pair< Iterator, Iterator > | Range |
typedef std::pair < ConstIterator, ConstIterator > | ConstRange |
Public Member Functions | |
RawClusterContainer () | |
~RawClusterContainer () override | |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
void | identify (std::ostream &os=std::cout) const override |
ConstIterator | AddCluster (RawCluster *clus) |
RawCluster * | getCluster (const RawClusterDefs::keytype id) |
const RawCluster * | getCluster (const RawClusterDefs::keytype id) const |
ConstRange | getClusters (void) const |
return all clusters | |
Range | getClusters (void) |
const Map & | getClustersMap () const |
Map & | getClustersMap () |
unsigned int | size () const |
double | getTotalEdep () const |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
Map | _clusters |
Definition at line 14 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 14 of file RawClusterContainer.h
typedef Map::const_iterator RawClusterContainer::ConstIterator |
Definition at line 19 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 19 of file RawClusterContainer.h
typedef std::pair<ConstIterator, ConstIterator> RawClusterContainer::ConstRange |
Definition at line 21 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 21 of file RawClusterContainer.h
typedef Map::iterator RawClusterContainer::Iterator |
Definition at line 18 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 18 of file RawClusterContainer.h
typedef std::map<RawClusterDefs::keytype, RawCluster *> RawClusterContainer::Map |
Definition at line 17 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 17 of file RawClusterContainer.h
typedef std::pair<Iterator, Iterator> RawClusterContainer::Range |
Definition at line 20 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 20 of file RawClusterContainer.h
|
inline |
Definition at line 23 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 23 of file RawClusterContainer.h
|
inlineoverride |
Definition at line 24 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 24 of file RawClusterContainer.h
RawClusterContainer::ConstIterator RawClusterContainer::AddCluster | ( | RawCluster * | clus | ) |
Definition at line 23 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 23 of file RawClusterContainer.cc
References RawCluster::set_id().
Referenced by RawClusterBuilderkMA::cluster(), RawClusterBuilderkV3::cluster(), RawClusterBuilderTopo::export_clusters(), RawClusterBuilderGraph::process_event(), RawClusterPositionCorrection::process_event(), RawClusterBuilderTemplate::process_event(), and RawClusterBuilderFwd::process_event().
RawCluster * RawClusterContainer::getCluster | ( | const RawClusterDefs::keytype | id | ) |
Definition at line 39 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 39 of file RawClusterContainer.cc
References it.
Referenced by JetRecoEval::all_truth_hits(), JetRecoEval::all_truth_particles(), JetRecoEval::all_truth_showers(), and JetRecoEval::get_energy_contribution().
const RawCluster * RawClusterContainer::getCluster | ( | const RawClusterDefs::keytype | id | ) | const |
Definition at line 50 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 50 of file RawClusterContainer.cc
References it.
RawClusterContainer::ConstRange RawClusterContainer::getClusters | ( | void | ) | const |
return all clusters
Definition at line 11 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 11 of file RawClusterContainer.cc
Referenced by CaloRawClusterEval::all_clusters_from(), ClusterJetInput::get_input(), AnaTutorialECCE::getEMCalClusters(), AnaTutorial::getEMCalClusters(), eIDMLInterface::getEMCalClusters(), CaloAna::process_clusters(), RawClusterDeadAreaMask::process_event(), RawClusterPositionCorrection::process_event(), RawClusterBuilderTopo::process_event(), ParticleFlowReco::process_event(), ClusterIso::process_event(), CaloCalibEmc_Pi0::process_event(), and DumpRawClusterContainer::process_Node().
RawClusterContainer::Range RawClusterContainer::getClusters | ( | void | ) |
Definition at line 17 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 17 of file RawClusterContainer.cc
|
inline |
Definition at line 38 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 38 of file RawClusterContainer.h
References _clusters.
Referenced by CaloEvaluator::fillOutputNtuples(), EventEvaluator::fillOutputNtuples(), EventEvaluatorEIC::fillOutputNtuples(), PHActsTrackProjection::getClusterProperties(), RawClusterBuilderGraph::process_event(), RawClusterDeadAreaMask::process_event(), RawClusterBuilderFwd::process_event(), RawClusterBuilderHelper::process_event(), and PHGenFitTrackProjection::process_event().
|
inline |
Definition at line 39 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 39 of file RawClusterContainer.h
References _clusters.
double RawClusterContainer::getTotalEdep | ( | ) | const |
Definition at line 80 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 80 of file RawClusterContainer.cc
Referenced by RawClusterBuilderGraph::process_event(), RawClusterBuilderTemplate::process_event(), and RawClusterBuilderFwd::process_event().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 74 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 74 of file RawClusterContainer.cc
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 60 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 60 of file RawClusterContainer.cc
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 65 of file RawClusterContainer.cc.
View newest version in sPHENIX GitHub at line 65 of file RawClusterContainer.cc
Definition at line 41 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 41 of file RawClusterContainer.h
References _clusters.
Referenced by RawClusterDeadAreaMask::process_event(), ClusterIso::process_event(), QAG4SimulationCalorimeter::process_event_Cluster(), and DumpRawClusterContainer::process_Node().
|
protected |
Definition at line 45 of file RawClusterContainer.h.
View newest version in sPHENIX GitHub at line 45 of file RawClusterContainer.h
Referenced by getClustersMap(), and size().