#include <CaloSlaveSD.h>
Public Types | |
typedef std::vector< PCaloHit > | Collection |
typedef Collection::const_iterator | const_iterator |
typedef Collection::iterator | iterator |
Public Member Functions | |
virtual const_iterator | begin () |
CaloSlaveSD (std::string) | |
virtual void | Clean () |
virtual const_iterator | end () |
virtual bool | format () |
Collection & | hits () |
virtual void | Initialize () |
std::string | name () const |
virtual bool | processHits (uint32_t, double, double, double, int, uint16_t depth=0) |
virtual void | ReserveMemory (unsigned int size) |
std::string | type () |
virtual | ~CaloSlaveSD () |
Protected Attributes | |
Collection | hits_ |
Private Attributes | |
std::string | name_ |
Definition at line 16 of file CaloSlaveSD.h.
typedef std::vector<PCaloHit> CaloSlaveSD::Collection |
Definition at line 18 of file CaloSlaveSD.h.
typedef Collection::const_iterator CaloSlaveSD::const_iterator |
Definition at line 20 of file CaloSlaveSD.h.
typedef Collection::iterator CaloSlaveSD::iterator |
Definition at line 19 of file CaloSlaveSD.h.
CaloSlaveSD::CaloSlaveSD | ( | std::string | n | ) |
|
virtual |
Definition at line 17 of file CaloSlaveSD.cc.
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
Definition at line 31 of file CaloSlaveSD.h.
References Clean(), hits_, ReserveMemory(), and findQualityFiles::size.
|
virtual |
|
inline |
|
virtual |
|
inline |
Definition at line 25 of file CaloSlaveSD.h.
References egammaForCoreTracking_cff::depth, format(), name_, and processHits().
Referenced by config.CFG::__str__(), and validation.Sample::digest().
|
virtual |
Definition at line 29 of file CaloSlaveSD.cc.
References hits_, LogDebug, and name_.
Referenced by name().
|
virtual |
Definition at line 41 of file CaloSlaveSD.cc.
References hits_, and findQualityFiles::size.
Referenced by end().
|
inline |
Definition at line 29 of file CaloSlaveSD.h.
|
protected |
Definition at line 36 of file CaloSlaveSD.h.
Referenced by begin(), Clean(), end(), format(), hits(), Initialize(), processHits(), and ReserveMemory().
|
private |
Definition at line 39 of file CaloSlaveSD.h.
Referenced by Clean(), format(), Initialize(), name(), and processHits().