Class Reference for E1039 Core & Analysis Software
SQHitVector_v1 Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQHitVector_v1.h>

+ Inheritance diagram for SQHitVector_v1:
+ Collaboration diagram for SQHitVector_v1:

Public Member Functions

 SQHitVector_v1 ()
 
 SQHitVector_v1 (const SQHitVector_v1 &hitmap)
 
SQHitVector_v1operator= (const SQHitVector_v1 &hitmap)
 
virtual ~SQHitVector_v1 ()
 
void identify (std::ostream &os=std::cout) const
 
void Reset ()
 Clear Event. More...
 
int isValid () const
 isValid returns non zero if object contains vailid data More...
 
SQHitVectorClone () const
 
bool empty () const
 
size_t size () const
 
void clear ()
 
const SQHitat (const size_t idkey) const
 
SQHitat (const size_t idkey)
 
void push_back (const SQHit *hit)
 
size_t erase (const size_t idkey)
 
Iter erase (Iter pos)
 
ConstIter begin () const
 
ConstIter end () const
 
Iter begin ()
 
Iter end ()
 
- Public Member Functions inherited from SQHitVector
virtual ~SQHitVector ()
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
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
 
void SplitLevel (const int i)
 
int SplitLevel () const
 
void BufferSize (const int i)
 
int BufferSize () const
 

Additional Inherited Members

- Public Types inherited from SQHitVector
typedef std::vector< SQHit * > HitVector
 
typedef std::vector< SQHit * >::const_iterator ConstIter
 
typedef std::vector< SQHit * >::iterator Iter
 
- Protected Member Functions inherited from SQHitVector
 SQHitVector ()
 

Detailed Description

Definition at line 18 of file SQHitVector_v1.h.

Constructor & Destructor Documentation

◆ SQHitVector_v1() [1/2]

SQHitVector_v1::SQHitVector_v1 ( )

Referenced by Clone().

+ Here is the caller graph for this function:

◆ SQHitVector_v1() [2/2]

SQHitVector_v1::SQHitVector_v1 ( const SQHitVector_v1 hitmap)

Definition at line 22 of file SQHitVector_v1.cxx.

References begin(), SQHit::Clone(), and end().

+ Here is the call graph for this function:

◆ ~SQHitVector_v1()

SQHitVector_v1::~SQHitVector_v1 ( )
virtual

Definition at line 43 of file SQHitVector_v1.cxx.

References Reset().

+ Here is the call graph for this function:

Member Function Documentation

◆ at() [1/2]

SQHit * SQHitVector_v1::at ( const size_t  idkey)
virtual

Implements SQHitVector.

Definition at line 62 of file SQHitVector_v1.cxx.

◆ at() [2/2]

const SQHit * SQHitVector_v1::at ( const size_t  idkey) const
virtual

Implements SQHitVector.

Definition at line 57 of file SQHitVector_v1.cxx.

References size().

+ Here is the call graph for this function:

◆ begin() [1/2]

Iter SQHitVector_v1::begin ( )
inlinevirtual

Implements SQHitVector.

Definition at line 49 of file SQHitVector_v1.h.

◆ begin() [2/2]

ConstIter SQHitVector_v1::begin ( ) const
inlinevirtual

Implements SQHitVector.

Definition at line 46 of file SQHitVector_v1.h.

Referenced by operator=(), and SQHitVector_v1().

+ Here is the caller graph for this function:

◆ clear()

void SQHitVector_v1::clear ( )
inlinevirtual

Implements SQHitVector.

Definition at line 34 of file SQHitVector_v1.h.

References Reset().

+ Here is the call graph for this function:

◆ Clone()

SQHitVector* SQHitVector_v1::Clone ( ) const
inlinevirtual

Implements SQHitVector.

Definition at line 30 of file SQHitVector_v1.h.

References SQHitVector_v1().

+ Here is the call graph for this function:

◆ empty()

bool SQHitVector_v1::empty ( ) const
inlinevirtual

Implements SQHitVector.

Definition at line 32 of file SQHitVector_v1.h.

◆ end() [1/2]

Iter SQHitVector_v1::end ( )
inlinevirtual

Implements SQHitVector.

Definition at line 50 of file SQHitVector_v1.h.

◆ end() [2/2]

ConstIter SQHitVector_v1::end ( ) const
inlinevirtual

Implements SQHitVector.

Definition at line 47 of file SQHitVector_v1.h.

Referenced by operator=(), and SQHitVector_v1().

+ Here is the caller graph for this function:

◆ erase() [1/2]

size_t SQHitVector_v1::erase ( const size_t  idkey)
inlinevirtual

Implements SQHitVector.

Definition at line 39 of file SQHitVector_v1.h.

◆ erase() [2/2]

Iter SQHitVector_v1::erase ( Iter  pos)
inlinevirtual

Implements SQHitVector.

Definition at line 44 of file SQHitVector_v1.h.

◆ identify()

void SQHitVector_v1::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from SQHitVector.

Definition at line 52 of file SQHitVector_v1.cxx.

◆ isValid()

int SQHitVector_v1::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Implements SQHitVector.

Definition at line 29 of file SQHitVector_v1.h.

◆ operator=()

SQHitVector_v1 & SQHitVector_v1::operator= ( const SQHitVector_v1 hitmap)

Definition at line 32 of file SQHitVector_v1.cxx.

References begin(), SQHit::Clone(), end(), and Reset().

+ Here is the call graph for this function:

◆ push_back()

void SQHitVector_v1::push_back ( const SQHit hit)
virtual

Implements SQHitVector.

Definition at line 67 of file SQHitVector_v1.cxx.

References SQHit::Clone().

+ Here is the call graph for this function:

◆ Reset()

void SQHitVector_v1::Reset ( )
virtual

Clear Event.

Implements SQHitVector.

Definition at line 47 of file SQHitVector_v1.cxx.

Referenced by clear(), operator=(), and ~SQHitVector_v1().

+ Here is the caller graph for this function:

◆ size()

size_t SQHitVector_v1::size ( void  ) const
inlinevirtual

Implements SQHitVector.

Definition at line 33 of file SQHitVector_v1.h.

Referenced by at().

+ Here is the caller graph for this function:

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