| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DigitizeAlg Class Reference

class for Digitization of FastMCProduction More...

#include <DigitizeAlg.h>

Inheritance diagram for DigitizeAlg:

[legend]
Collaboration diagram for DigitizeAlg:
[legend]
List of all members.

Public Member Functions

 DigitizeAlg (const string &name, ISvcLocator *pSvcLocator)
virtual ~DigitizeAlg ()
virtual StatusCode initialize ()
virtual StatusCode execute ()
virtual StatusCode finalize ()
DayaBay::SimReadoutHeaderGetCurrentHeaderObject () const
virtual StatusCode sysInitialize ()
virtual StatusCode sysExecute ()
virtual StatusCode preExecute ()
virtual StatusCode postExecute ()
virtual StatusCode sysFinalize ()
IDataProviderSvcarcSvc () const
void putTES (DataObject *obj, std::string location) const
TYPE * getTES (std::string location) const
TYPE * getAES (std::string location, int index) const
std::vector< DataObject * > getAEScollection (std::string location) const
int getExecNum ()
std::string Location () const
void put (IDataProviderSvc *svc, DataObject *object, const std::string &address, const bool useRootInTES=true) const
void put (DataObject *object, const std::string &address, const bool useRootInTES=true) const
Gaudi::Utils::GetData< TYPE
>::return_type 
get (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const
Gaudi::Utils::GetData< TYPE
>::return_type 
get (const std::string &location, const bool useRootInTES=true) const
TYPE * getDet (IDataProviderSvc *svc, const std::string &location) const
TYPE * getDet (const std::string &location) const
bool exist (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const
bool exist (const std::string &location, const bool useRootInTES=true) const
bool existDet (IDataProviderSvc *svc, const std::string &location) const
bool existDet (const std::string &location) const
TYPE * getOrCreate (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const
TYPE * getOrCreate (const std::string &location, const bool useRootInTES=true) const
bool registerContext () const
INTupleSvcevtColSvc () const
IAlgContextSvccontextSvc () const
TOOL * tool (const std::string &type, const std::string &name, const IInterface *parent=0, bool create=true) const
TOOL * tool (const std::string &type, const IInterface *parent=0, bool create=true) const
SERVICE * svc (const std::string &name, const bool create=true) const
IUpdateManagerSvcupdMgrSvc () const
IDataProviderSvcfastContainersSvc () const
StatusCode Error (const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const
StatusCode Warning (const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const
StatusCode Print (const std::string &msg, const StatusCode st=StatusCode::SUCCESS, const MSG::Level lev=MSG::INFO) const
StatusCode Assert (const bool ok, const std::string &message="", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const
StatusCode Assert (const bool ok, const char *message, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const
StatusCode Exception (const std::string &msg, const GaudiException &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const
StatusCode Exception (const std::string &msg, const std::exception &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const
StatusCode Exception (const std::string &msg="no message", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const
MsgStreammsgStream (const MSG::Level level) const
MsgStreamalways () const
MsgStreamfatal () const
MsgStreamerr () const
MsgStreamerror () const
MsgStreamwarning () const
MsgStreaminfo () const
MsgStreamdebug () const
MsgStreamverbose () const
MsgStreammsg () const
const Statisticscounters () const
StatEntitycounter (const std::string &tag) const
MSG::Level msgLevel () const
bool msgLevel (const MSG::Level level) const
void resetMsgStream () const
bool typePrint () const
bool propsPrint () const
bool statPrint () const
bool errorsPrint () const
long printStat (const MSG::Level level=MSG::ALWAYS) const
long printErrors (const MSG::Level level=MSG::ALWAYS) const
long printProps (const MSG::Level level=MSG::ALWAYS) const
void registerCondition (const std::string &condition, StatusCode(CallerClass::*mf)()=NULL)
void registerCondition (const std::string &condition, CondType *&condPtrDest, StatusCode(CallerClass::*mf)()=NULL)
void registerCondition (char *condition, StatusCode(CallerClass::*mf)()=NULL)
void registerCondition (TargetClass *condition, StatusCode(CallerClass::*mf)()=NULL)
StatusCode runUpdate ()
TransientFastContainer< T > * getFastContainer (const std::string &location, typename TransientFastContainer< T >::size_type initial=0)
StatusCode release (const IInterface *interface) const
unsigned long release ()
const std::string & context () const
const std::string & rootInTES () const
double globalTimeOffset () const
virtual StatusCode sysStart ()
virtual StatusCode sysReinitialize ()
virtual StatusCode sysRestart ()
virtual StatusCode sysStop ()
virtual StatusCode sysBeginRun ()
virtual StatusCode sysEndRun ()
virtual const std::string & name () const
virtual const std::string & version () const
virtual StatusCode configure ()
virtual StatusCode terminate ()
virtual StatusCode start ()
virtual StatusCode stop ()
virtual StatusCode reinitialize ()
virtual StatusCode restart ()
virtual bool isExecuted () const
virtual void setExecuted (bool state)
virtual void resetExecuted ()
virtual StatusCode beginRun ()
virtual StatusCode endRun ()
virtual Gaudi::StateMachine::State FSMState () const
virtual Gaudi::StateMachine::State targetFSMState () const
virtual bool isEnabled () const
virtual bool filterPassed () const
virtual void setFilterPassed (bool state)
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
StatusCode service (const std::string &svcType, const std::string &svcName, T *&psvc) const
void setOutputLevel (int level)
IAuditorSvcauditorSvc () const
IChronoStatSvcchronoSvc () const
IChronoStatSvcchronoStatService () const
IDataProviderSvcdetSvc () const
IDataProviderSvcdetDataService () const
IConversionSvcdetCnvSvc () const
IConversionSvcdetDataCnvService () const
IDataProviderSvceventSvc () const
IDataProviderSvcevtSvc () const
IDataProviderSvceventDataService () const
IConversionSvceventCnvSvc () const
IConversionSvceventDataCnvService () const
IHistogramSvchistoSvc () const
IHistogramSvchistogramDataService () const
IMessageSvcmsgSvc () const
IMessageSvcmessageService () const
INTupleSvcntupleSvc () const
INTupleSvcntupleService () const
IRndmGenSvcrandSvc () const
IToolSvctoolSvc () const
IExceptionSvcexceptionSvc () const
ISvcLocatorserviceLocator () const
ISvcLocatorsvcLoc () const
StatusCode createSubAlgorithm (const std::string &type, const std::string &name, Algorithm *&pSubAlg)
std::vector< Algorithm * > * subAlgorithms () const
virtual StatusCode setProperty (const Property &p)
virtual StatusCode setProperty (const std::string &s)
virtual StatusCode setProperty (const std::string &n, const std::string &v)
StatusCode setProperty (const std::string &name, const TYPE &value)
virtual StatusCode getProperty (Property *p) const
virtual const PropertygetProperty (const std::string &name) const
virtual StatusCode getProperty (const std::string &n, std::string &v) const
virtual const std::vector<
Property * > & 
getProperties () const
StatusCode setProperties ()
PropertydeclareProperty (const std::string &name, T &property, const std::string &doc="none") const
PropertydeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="") const
IMonitorSvcmonitorSvc () const
void declareInfo (const std::string &name, const T &var, const std::string &desc) const
void declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const
unsigned long addRef ()
StatusCode queryInterface (const InterfaceID &riid, void **)

Static Public Member Functions

static const InterfaceIDinterfaceID ()
static const InterfaceIDinterfaceID ()
static const InterfaceIDinterfaceID ()

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Protected Types

typedef std::map< std::string,
StatEntity
Statistics
typedef std::map< std::string,
unsigned int > 
Counter
typedef std::vector< IAlgTool * > AlgTools
typedef std::pair< IInterface *,
std::string > 
ServiceEntry
typedef std::vector< ServiceEntryServices

Protected Member Functions

DayaBay::SimReadoutHeaderMakeHeaderObject ()
void InitializeHeader (DayaBay::HeaderObject *header)
void AppendInputHeader (const DayaBay::HeaderObject *header) const
StatusCode releaseTool (const IAlgTool *tool) const
StatusCode releaseSvc (const IInterface *svc) const
bool isInitialized () const
bool isFinalized () const
int outputLevel () const
IntegerPropertyoutputLevelProperty ()
void initOutputLevel (Property &prop)

Protected Attributes

DayaBay::HeaderObjectm_headerObject
bool m_pullMode
std::string m_location

Static Protected Attributes

static const bool IgnoreRootInTES
static const bool UseRootInTES

Private Member Functions

StatusCode ElecSim (const SimHitHeader *shh, int index, ElecHeader *&eh)
StatusCode TrigSim (const ElecHeader &eh, SimTrigHeader *&th)
StatusCode ReadoutSim (const ElecHeader &eh, const SimTrigHeader &th, SimReadoutHeader *&srh)
StatusCode TrigExecute (const ElecHeader *eh, SimReadoutHeader *&srh)

Private Attributes

vector< string > m_detectorNames
string m_pmtToolName
string m_rpcToolName
string m_feeToolName
string m_fecToolName
vector< DayaBay::Detectorm_detectors
IEsPulseToolm_pmtTool
IEsPulseToolm_rpcTool
IEsFrontEndToolm_feeTool
IEsFrontEndToolm_fecTool
vector< TimeStampm_hitEarliest
vector< TimeStampm_hitLatest
TimeStamp m_Earliest
TimeStamp m_Latest
vector< string > m_trigToolNames
vector< ITsTriggerTool * > m_trigTools
string m_trigFilterName
ITsTriggerToolm_triggerSorter
vector< string > m_roToolNames
vector< IROsReadoutTool * > m_roTools
string m_roTrigPackName
IROsTriggerDataPackerToolm_roTrigPackTool
ISimHitSplitSvcm_simHitSplitSvc

Detailed Description

class for Digitization of FastMCProduction

Zhang YiChun Dec 15 2010 yczhang@ihep.ac.cn

Definition at line 35 of file DigitizeAlg.h.


Member Typedef Documentation

typedef std::map< std::string, StatEntity > DybAlgorithm< DayaBay::SimReadoutHeader >::Statistics [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

typedef std::map< std::string, unsigned int > DybAlgorithm< DayaBay::SimReadoutHeader >::Counter [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

typedef std::vector< IAlgTool * > DybAlgorithm< DayaBay::SimReadoutHeader >::AlgTools [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

typedef std::pair< IInterface *, std::string > DybAlgorithm< DayaBay::SimReadoutHeader >::ServiceEntry [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

typedef std::vector< ServiceEntry > DybAlgorithm< DayaBay::SimReadoutHeader >::Services [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.


Constructor & Destructor Documentation

DigitizeAlg::DigitizeAlg ( const string &  name,
ISvcLocator pSvcLocator 
)

virtual DigitizeAlg::~DigitizeAlg (  )  [virtual]


Member Function Documentation

virtual StatusCode DigitizeAlg::initialize (  )  [virtual]

Reimplemented from DybAlgorithm< DayaBay::SimReadoutHeader >.

virtual StatusCode DigitizeAlg::execute (  )  [virtual]

Reimplemented from DybAlgorithm< DayaBay::SimReadoutHeader >.

virtual StatusCode DigitizeAlg::finalize (  )  [virtual]

Reimplemented from DybAlgorithm< DayaBay::SimReadoutHeader >.

StatusCode DigitizeAlg::ElecSim ( const SimHitHeader *  shh,
int  index,
ElecHeader *&  eh 
) [private]

StatusCode DigitizeAlg::TrigSim ( const ElecHeader &  eh,
SimTrigHeader *&  th 
) [private]

StatusCode DigitizeAlg::ReadoutSim ( const ElecHeader &  eh,
const SimTrigHeader &  th,
SimReadoutHeader *&  srh 
) [private]

StatusCode DigitizeAlg::TrigExecute ( const ElecHeader *  eh,
SimReadoutHeader *&  srh 
) [private]

DayaBay::SimReadoutHeader * DybAlgorithm< DayaBay::SimReadoutHeader >::GetCurrentHeaderObject (  )  const [inherited]

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysInitialize (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysExecute (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::preExecute (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::postExecute (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysFinalize (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::arcSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::putTES ( DataObject obj,
std::string  location 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getTES ( std::string  location  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getAES ( std::string  location,
int  index 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

std::vector< DataObject * > DybAlgorithm< DayaBay::SimReadoutHeader >::getAEScollection ( std::string  location  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

int DybAlgorithm< DayaBay::SimReadoutHeader >::getExecNum (  )  [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

std::string DybAlgorithm< DayaBay::SimReadoutHeader >::Location (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::put ( IDataProviderSvc svc,
DataObject object,
const std::string &  address,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::put ( DataObject object,
const std::string &  address,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimReadoutHeader >::get ( IDataProviderSvc svc,
const std::string &  location,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimReadoutHeader >::get ( const std::string &  location,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getDet ( IDataProviderSvc svc,
const std::string &  location 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getDet ( const std::string &  location  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::exist ( IDataProviderSvc svc,
const std::string &  location,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::exist ( const std::string &  location,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::existDet ( IDataProviderSvc svc,
const std::string &  location 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::existDet ( const std::string &  location  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getOrCreate ( IDataProviderSvc svc,
const std::string &  location,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getOrCreate ( const std::string &  location,
const bool  useRootInTES = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::registerContext (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

INTupleSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::evtColSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IAlgContextSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::contextSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TOOL * DybAlgorithm< DayaBay::SimReadoutHeader >::tool ( const std::string &  type,
const std::string &  name,
const IInterface parent = 0,
bool  create = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TOOL * DybAlgorithm< DayaBay::SimReadoutHeader >::tool ( const std::string &  type,
const IInterface parent = 0,
bool  create = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

SERVICE * DybAlgorithm< DayaBay::SimReadoutHeader >::svc ( const std::string &  name,
const bool  create = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IUpdateManagerSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::updMgrSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::fastContainersSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Error ( const std::string &  msg,
const StatusCode  st = StatusCode::FAILURE,
const size_t  mx = 10 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Warning ( const std::string &  msg,
const StatusCode  st = StatusCode::FAILURE,
const size_t  mx = 10 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Print ( const std::string &  msg,
const StatusCode  st = StatusCode::SUCCESS,
const MSG::Level  lev = MSG::INFO 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Assert ( const bool  ok,
const std::string &  message = "",
const StatusCode  sc = StatusCode(StatusCode::FAILURE, true) 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Assert ( const bool  ok,
const char *  message,
const StatusCode  sc = StatusCode(StatusCode::FAILURE, true) 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Exception ( const std::string &  msg,
const GaudiException exc,
const StatusCode  sc = StatusCode(StatusCode::FAILURE, true) 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Exception ( const std::string &  msg,
const std::exception &  exc,
const StatusCode  sc = StatusCode(StatusCode::FAILURE, true) 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Exception ( const std::string &  msg = "no message",
const StatusCode  sc = StatusCode(StatusCode::FAILURE, true) 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::msgStream ( const MSG::Level  level  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::always (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::fatal (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::err (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::error (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::warning (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::info (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::debug (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::verbose (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::msg (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

const Statistics & DybAlgorithm< DayaBay::SimReadoutHeader >::counters (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatEntity & DybAlgorithm< DayaBay::SimReadoutHeader >::counter ( const std::string &  tag  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

MSG::Level DybAlgorithm< DayaBay::SimReadoutHeader >::msgLevel (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::msgLevel ( const MSG::Level  level  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::resetMsgStream (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::typePrint (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::propsPrint (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::statPrint (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::errorsPrint (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

long DybAlgorithm< DayaBay::SimReadoutHeader >::printStat ( const MSG::Level  level = MSG::ALWAYS  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

long DybAlgorithm< DayaBay::SimReadoutHeader >::printErrors ( const MSG::Level  level = MSG::ALWAYS  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

long DybAlgorithm< DayaBay::SimReadoutHeader >::printProps ( const MSG::Level  level = MSG::ALWAYS  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition ( const std::string &  condition,
StatusCode(CallerClass::*)()  mf = NULL 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition ( const std::string &  condition,
CondType *&  condPtrDest,
StatusCode(CallerClass::*)()  mf = NULL 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition ( char *  condition,
StatusCode(CallerClass::*)()  mf = NULL 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition ( TargetClass *  condition,
StatusCode(CallerClass::*)()  mf = NULL 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::runUpdate (  )  [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

TransientFastContainer< T > * DybAlgorithm< DayaBay::SimReadoutHeader >::getFastContainer ( const std::string &  location,
typename TransientFastContainer< T >::size_type  initial = 0 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::release ( const IInterface interface  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

unsigned long DybAlgorithm< DayaBay::SimReadoutHeader >::release (  )  [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::context (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::rootInTES (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

double DybAlgorithm< DayaBay::SimReadoutHeader >::globalTimeOffset (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysStart (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysReinitialize (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysRestart (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysStop (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysBeginRun (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysEndRun (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::name (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::version (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::configure (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::terminate (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::start (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::stop (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::reinitialize (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::restart (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual bool DybAlgorithm< DayaBay::SimReadoutHeader >::isExecuted (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual void DybAlgorithm< DayaBay::SimReadoutHeader >::setExecuted ( bool  state  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual void DybAlgorithm< DayaBay::SimReadoutHeader >::resetExecuted (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::beginRun (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::endRun (  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimReadoutHeader >::FSMState (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimReadoutHeader >::targetFSMState (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual bool DybAlgorithm< DayaBay::SimReadoutHeader >::isEnabled (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual bool DybAlgorithm< DayaBay::SimReadoutHeader >::filterPassed (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual void DybAlgorithm< DayaBay::SimReadoutHeader >::setFilterPassed ( bool  state  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::service ( const std::string &  name,
T *&  psvc,
bool  createIf = true 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::service ( const std::string &  svcType,
const std::string &  svcName,
T *&  psvc 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::setOutputLevel ( int  level  )  [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IAuditorSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::auditorSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IChronoStatSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::chronoSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IChronoStatSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::chronoStatService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detDataService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detCnvSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detDataCnvService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::evtSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventDataService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventCnvSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventDataCnvService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IHistogramSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::histoSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IHistogramSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::histogramDataService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IMessageSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::msgSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IMessageSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::messageService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

INTupleSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::ntupleSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

INTupleSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::ntupleService (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IRndmGenSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::randSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IToolSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::toolSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IExceptionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::exceptionSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

ISvcLocator * DybAlgorithm< DayaBay::SimReadoutHeader >::serviceLocator (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

ISvcLocator * DybAlgorithm< DayaBay::SimReadoutHeader >::svcLoc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::createSubAlgorithm ( const std::string &  type,
const std::string &  name,
Algorithm *&  pSubAlg 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

std::vector< Algorithm * > * DybAlgorithm< DayaBay::SimReadoutHeader >::subAlgorithms (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty ( const Property p  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty ( const std::string &  s  )  [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty ( const std::string &  n,
const std::string &  v 
) [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty ( const std::string &  name,
const TYPE &  value 
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::getProperty ( Property p  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual const Property & DybAlgorithm< DayaBay::SimReadoutHeader >::getProperty ( const std::string &  name  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::getProperty ( const std::string &  n,
std::string &  v 
) const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

virtual const std::vector< Property * > & DybAlgorithm< DayaBay::SimReadoutHeader >::getProperties (  )  const [virtual, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperties (  )  [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

Property * DybAlgorithm< DayaBay::SimReadoutHeader >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

Property * DybAlgorithm< DayaBay::SimReadoutHeader >::declareRemoteProperty ( const std::string &  name,
IProperty rsvc,
const std::string &  rname = "" 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IMonitorSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::monitorSvc (  )  const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::declareInfo ( const std::string &  name,
const T &  var,
const std::string &  desc 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::declareInfo ( const std::string &  name,
const std::string &  format,
const void *  var,
int  size,
const std::string &  desc 
) const [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

unsigned long DybAlgorithm< DayaBay::SimReadoutHeader >::addRef (  )  [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::queryInterface ( const InterfaceID riid,
void **   
) [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

static const InterfaceID & DybAlgorithm< DayaBay::SimReadoutHeader >::interfaceID (  )  [static, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg, ROsReadoutAlg, and ROsReadoutAlg.

static const InterfaceID & DybAlgorithm< DayaBay::SimReadoutHeader >::interfaceID (  )  [static, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg, ROsReadoutAlg, and ROsReadoutAlg.

static const InterfaceID & DybAlgorithm< DayaBay::SimReadoutHeader >::interfaceID (  )  [static, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg, ROsReadoutAlg, and ROsReadoutAlg.

DayaBay::SimReadoutHeader * DybAlgorithm< DayaBay::SimReadoutHeader >::MakeHeaderObject (  )  [protected, inherited]

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::InitializeHeader ( DayaBay::HeaderObject header  )  [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::AppendInputHeader ( const DayaBay::HeaderObject header  )  const [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::releaseTool ( const IAlgTool tool  )  const [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::releaseSvc ( const IInterface svc  )  const [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::isInitialized (  )  const [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::isFinalized (  )  const [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

int DybAlgorithm< DayaBay::SimReadoutHeader >::outputLevel (  )  const [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

IntegerProperty & DybAlgorithm< DayaBay::SimReadoutHeader >::outputLevelProperty (  )  [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

void DybAlgorithm< DayaBay::SimReadoutHeader >::initOutputLevel ( Property prop  )  [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.


Member Data Documentation

vector<string> DigitizeAlg::m_detectorNames [private]

Definition at line 47 of file DigitizeAlg.h.

string DigitizeAlg::m_pmtToolName [private]

Definition at line 49 of file DigitizeAlg.h.

string DigitizeAlg::m_rpcToolName [private]

Definition at line 51 of file DigitizeAlg.h.

string DigitizeAlg::m_feeToolName [private]

Definition at line 53 of file DigitizeAlg.h.

string DigitizeAlg::m_fecToolName [private]

Definition at line 55 of file DigitizeAlg.h.

vector<DayaBay::Detector> DigitizeAlg::m_detectors [private]

Definition at line 58 of file DigitizeAlg.h.

IEsPulseTool* DigitizeAlg::m_pmtTool [private]

Definition at line 60 of file DigitizeAlg.h.

IEsPulseTool* DigitizeAlg::m_rpcTool [private]

Definition at line 62 of file DigitizeAlg.h.

IEsFrontEndTool* DigitizeAlg::m_feeTool [private]

Definition at line 64 of file DigitizeAlg.h.

IEsFrontEndTool* DigitizeAlg::m_fecTool [private]

Definition at line 66 of file DigitizeAlg.h.

vector<TimeStamp> DigitizeAlg::m_hitEarliest [private]

Definition at line 69 of file DigitizeAlg.h.

vector<TimeStamp> DigitizeAlg::m_hitLatest [private]

Definition at line 70 of file DigitizeAlg.h.

TimeStamp DigitizeAlg::m_Earliest [private]

Definition at line 73 of file DigitizeAlg.h.

TimeStamp DigitizeAlg::m_Latest [private]

Definition at line 74 of file DigitizeAlg.h.

vector<string> DigitizeAlg::m_trigToolNames [private]

Definition at line 77 of file DigitizeAlg.h.

vector<ITsTriggerTool*> DigitizeAlg::m_trigTools [private]

Definition at line 78 of file DigitizeAlg.h.

string DigitizeAlg::m_trigFilterName [private]

Definition at line 80 of file DigitizeAlg.h.

ITsTriggerTool* DigitizeAlg::m_triggerSorter [private]

Definition at line 81 of file DigitizeAlg.h.

vector<string> DigitizeAlg::m_roToolNames [private]

Definition at line 84 of file DigitizeAlg.h.

vector<IROsReadoutTool*> DigitizeAlg::m_roTools [private]

Definition at line 85 of file DigitizeAlg.h.

string DigitizeAlg::m_roTrigPackName [private]

Definition at line 87 of file DigitizeAlg.h.

IROsTriggerDataPackerTool* DigitizeAlg::m_roTrigPackTool [private]

Definition at line 88 of file DigitizeAlg.h.

ISimHitSplitSvc* DigitizeAlg::m_simHitSplitSvc [private]

Definition at line 91 of file DigitizeAlg.h.

DybAlgorithm< DayaBay::SimReadoutHeader >::SUCCESS [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

DybAlgorithm< DayaBay::SimReadoutHeader >::NO_INTERFACE [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

DybAlgorithm< DayaBay::SimReadoutHeader >::VERSMISMATCH [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

DybAlgorithm< DayaBay::SimReadoutHeader >::LAST_ERROR [inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

DayaBay::HeaderObject * DybAlgorithm< DayaBay::SimReadoutHeader >::m_headerObject [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

bool DybAlgorithm< DayaBay::SimReadoutHeader >::m_pullMode [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

std::string DybAlgorithm< DayaBay::SimReadoutHeader >::m_location [protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

const bool DybAlgorithm< DayaBay::SimReadoutHeader >::IgnoreRootInTES [static, protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.

const bool DybAlgorithm< DayaBay::SimReadoutHeader >::UseRootInTES [static, protected, inherited]

Reimplemented from DybBaseAlg.

Reimplemented in ROsReadoutAlg.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:51:29 2011 for DigitizeAlg by doxygen 1.4.7