Class TriggerMaker


class TriggerMaker
derived from Algorithm

Algorithm which makes the trigger word.


Field Summary
 private std::stringm_electronLocation
           
 private std::stringm_isolatedMuonLocation
           
 private std::stringm_jetLocation
           
 private std::stringm_nonIsolatedMuonLocation
           
 private std::stringm_outputLocation
           
 private std::stringm_photonLocation
           

Constructor Summary
TriggerMaker(const std::string & name, ISvcLocator * pSvcLocator)
           

Destructor Summary
 virtual ~TriggerMaker()
           

Method Summary
 StatusCodeexecute()
           
 StatusCodefinalize()
           
 StatusCodeinitialize()
           

Field Detail

m_electronLocation

private std::string m_electronLocation

m_isolatedMuonLocation

private std::string m_isolatedMuonLocation

m_jetLocation

private std::string m_jetLocation

m_nonIsolatedMuonLocation

private std::string m_nonIsolatedMuonLocation

m_outputLocation

private std::string m_outputLocation

m_photonLocation

private std::string m_photonLocation
Constructor Detail

TriggerMaker

public TriggerMaker(const std::string & name, ISvcLocator * pSvcLocator)
Method Detail

~TriggerMaker

public virtual ~TriggerMaker()
Method Detail

execute

public StatusCode execute()

finalize

public StatusCode finalize()

initialize

public StatusCode initialize()