Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JetMap Class Referenceabstract

#include <coresoftware/blob/master/offline/packages/jetbase/JetMap.h>

+ Inheritance diagram for JetMap:
+ Collaboration diagram for JetMap:

Public Types

typedef std::map< unsigned int,
Jet * > 
typ_JetMap
 
typedef typ_JetMap::const_iterator ConstIter
 
typedef typ_JetMap::iterator Iter
 
typedef std::vector< Jet * > vec_JetMap
 
typedef std::set< Jet::SRC >
::const_iterator 
ConstSrcIter
 
typedef std::set< Jet::SRC >
::iterator 
SrcIter
 

Public Member Functions

 JetMap ()=default
 
 ~JetMap () override=default
 
void identify (std::ostream &os=std::cout) const override
 
int isValid () const override
 isValid returns non zero if object contains vailid data
 
PHObjectCloneMe () const override
 Virtual copy constructor.
 
virtual void set_algo (Jet::ALGO)
 
virtual Jet::ALGO get_algo () const
 
virtual void set_par (float)
 
virtual float get_par () const
 
virtual bool empty_src () const
 
virtual void insert_src (Jet::SRC)
 
virtual ConstSrcIter begin_src () const
 
virtual ConstSrcIter find_src (Jet::SRC src) const
 
virtual ConstSrcIter end_src () const
 
virtual SrcIter begin_src ()
 
virtual SrcIter find_src (Jet::SRC src)
 
virtual SrcIter end_src ()
 
virtual bool empty () const
 
virtual size_t size () const
 
virtual size_t count (unsigned int) const
 
virtual void clear ()
 
virtual const Jetget (unsigned int) const
 
virtual Jetget (unsigned int)
 
virtual Jetinsert (Jet *)
 
virtual size_t erase (unsigned int)
 
virtual ConstIter begin () const
 
virtual ConstIter find (unsigned int idkey) const
 
virtual ConstIter end () const
 
virtual Iter begin ()
 
virtual Iter find (unsigned int idkey)
 
virtual Iter end ()
 
virtual std::vector< Jet * > vec ()=0
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual void Reset ()
 Clear Event.
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Private Member Functions

 ClassDefOverride (JetMap, 1)
 

Detailed Description

Definition at line 16 of file JetMap.h.

View newest version in sPHENIX GitHub at line 16 of file JetMap.h

Member Typedef Documentation

typedef typ_JetMap::const_iterator JetMap::ConstIter

Definition at line 21 of file JetMap.h.

View newest version in sPHENIX GitHub at line 21 of file JetMap.h

typedef std::set<Jet::SRC>::const_iterator JetMap::ConstSrcIter

Definition at line 27 of file JetMap.h.

View newest version in sPHENIX GitHub at line 27 of file JetMap.h

typedef typ_JetMap::iterator JetMap::Iter

Definition at line 22 of file JetMap.h.

View newest version in sPHENIX GitHub at line 22 of file JetMap.h

typedef std::set<Jet::SRC>::iterator JetMap::SrcIter

Definition at line 28 of file JetMap.h.

View newest version in sPHENIX GitHub at line 28 of file JetMap.h

typedef std::map<unsigned int, Jet*> JetMap::typ_JetMap

Definition at line 20 of file JetMap.h.

View newest version in sPHENIX GitHub at line 20 of file JetMap.h

typedef std::vector<Jet*> JetMap::vec_JetMap

Definition at line 24 of file JetMap.h.

View newest version in sPHENIX GitHub at line 24 of file JetMap.h

Constructor & Destructor Documentation

JetMap::JetMap ( )
default
JetMap::~JetMap ( )
overridedefault

Member Function Documentation

JetMap::Iter JetMap::begin ( void  )
virtual

Reimplemented in JetMapv1.

Definition at line 59 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 59 of file JetMap.cc

References DummyJetMapMap.

JetMap::ConstSrcIter JetMap::begin_src ( ) const
virtual

Reimplemented in JetMapv1.

Definition at line 14 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 14 of file JetMap.cc

Referenced by JetMapv1::JetMapv1(), and JetMapv1::operator=().

+ Here is the caller graph for this function:

JetMap::SrcIter JetMap::begin_src ( )
virtual

Reimplemented in JetMapv1.

Definition at line 29 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 29 of file JetMap.cc

JetMap::ClassDefOverride ( JetMap  ,
 
)
private
virtual void JetMap::clear ( )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 64 of file JetMap.h.

View newest version in sPHENIX GitHub at line 64 of file JetMap.h

PHObject* JetMap::CloneMe ( ) const
inlineoverridevirtual

Virtual copy constructor.

Reimplemented from PHObject.

Reimplemented in JetMapv1.

Definition at line 35 of file JetMap.h.

View newest version in sPHENIX GitHub at line 35 of file JetMap.h

virtual size_t JetMap::count ( unsigned int  ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 63 of file JetMap.h.

View newest version in sPHENIX GitHub at line 63 of file JetMap.h

virtual bool JetMap::empty ( ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 61 of file JetMap.h.

View newest version in sPHENIX GitHub at line 61 of file JetMap.h

virtual bool JetMap::empty_src ( ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 47 of file JetMap.h.

View newest version in sPHENIX GitHub at line 47 of file JetMap.h

JetMap::Iter JetMap::end ( void  )
virtual

Reimplemented in JetMapv1.

Definition at line 69 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 69 of file JetMap.cc

References DummyJetMapMap.

JetMap::ConstSrcIter JetMap::end_src ( ) const
virtual

Reimplemented in JetMapv1.

Definition at line 24 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 24 of file JetMap.cc

Referenced by JetMapv1::JetMapv1(), and JetMapv1::operator=().

+ Here is the caller graph for this function:

JetMap::SrcIter JetMap::end_src ( )
virtual

Reimplemented in JetMapv1.

Definition at line 39 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 39 of file JetMap.cc

virtual size_t JetMap::erase ( unsigned int  )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 70 of file JetMap.h.

View newest version in sPHENIX GitHub at line 70 of file JetMap.h

JetMap::ConstIter JetMap::find ( unsigned int  idkey) const
virtual

Reimplemented in JetMapv1.

Definition at line 49 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 49 of file JetMap.cc

References DummyJetMapMap.

JetMap::Iter JetMap::find ( unsigned int  idkey)
virtual

Reimplemented in JetMapv1.

Definition at line 64 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 64 of file JetMap.cc

References DummyJetMapMap.

JetMap::ConstSrcIter JetMap::find_src ( Jet::SRC  src) const
virtual

Reimplemented in JetMapv1.

Definition at line 19 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 19 of file JetMap.cc

JetMap::SrcIter JetMap::find_src ( Jet::SRC  src)
virtual

Reimplemented in JetMapv1.

Definition at line 34 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 34 of file JetMap.cc

virtual const Jet* JetMap::get ( unsigned int  ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 66 of file JetMap.h.

View newest version in sPHENIX GitHub at line 66 of file JetMap.h

Referenced by LeptoquarksReco::AddJetInformation().

+ Here is the caller graph for this function:

virtual Jet* JetMap::get ( unsigned int  )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 67 of file JetMap.h.

View newest version in sPHENIX GitHub at line 67 of file JetMap.h

virtual Jet::ALGO JetMap::get_algo ( ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 40 of file JetMap.h.

View newest version in sPHENIX GitHub at line 40 of file JetMap.h

References Jet::NONE.

Referenced by JetMapv1::operator=(), and DumpJetMap::process_Node().

+ Here is the caller graph for this function:

virtual float JetMap::get_par ( ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 43 of file JetMap.h.

View newest version in sPHENIX GitHub at line 43 of file JetMap.h

Referenced by JetMapv1::operator=(), HFJetTruthTrigger::process_event(), LeptoquarksReco::process_event(), and DumpJetMap::process_Node().

+ Here is the caller graph for this function:

void JetMap::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in JetMapv1.

Definition at line 8 of file JetMap.cc.

View newest version in sPHENIX GitHub at line 8 of file JetMap.cc

virtual Jet* JetMap::insert ( Jet )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 69 of file JetMap.h.

View newest version in sPHENIX GitHub at line 69 of file JetMap.h

Referenced by PHFlowJetMaker::process_event().

+ Here is the caller graph for this function:

virtual void JetMap::insert_src ( Jet::SRC  )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 48 of file JetMap.h.

View newest version in sPHENIX GitHub at line 48 of file JetMap.h

Referenced by PHFlowJetMaker::process_event().

+ Here is the caller graph for this function:

int JetMap::isValid ( ) const
inlineoverridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Reimplemented in JetMapv1.

Definition at line 34 of file JetMap.h.

View newest version in sPHENIX GitHub at line 34 of file JetMap.h

virtual void JetMap::set_algo ( Jet::ALGO  )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 39 of file JetMap.h.

View newest version in sPHENIX GitHub at line 39 of file JetMap.h

Referenced by PHFlowJetMaker::process_event().

+ Here is the caller graph for this function:

virtual void JetMap::set_par ( float  )
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 42 of file JetMap.h.

View newest version in sPHENIX GitHub at line 42 of file JetMap.h

Referenced by PHFlowJetMaker::process_event().

+ Here is the caller graph for this function:

virtual size_t JetMap::size ( void  ) const
inlinevirtual

Reimplemented in JetMapv1.

Definition at line 62 of file JetMap.h.

View newest version in sPHENIX GitHub at line 62 of file JetMap.h

Referenced by TreeMaker::CopyAndMakeJets(), JetMultSub::EstimateRho(), HFJetTruthTrigger::process_event(), DumpJetMap::process_Node(), and SoftLeptonTaggingTruth::process_Spectrum().

+ Here is the caller graph for this function:

virtual std::vector<Jet*> JetMap::vec ( )
pure virtual

Implemented in JetMapv1.


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