  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   15 #ifndef TILERECUTILS_TILEL2DUMPER_H 
   16 #define TILERECUTILS_TILEL2DUMPER_H 
   58     { 
this, 
"TileL2Container", 
"TileL2Cnt", 
"Handle for input tile L2 objects." };
 
   62     { 
this, 
"Prefix", 
"", 
"Prefix for output file name." };
 
   66 #endif // not TILERECUTILS_TILEL2DUMPER_H 
  
Property holding a SG store/key/clid from which a ReadHandle is made.
 
Property holding a SG store/key/clid from which a ReadHandle is made.
 
An algorithm that can be simultaneously executed in multiple threads.
 
::StatusCode StatusCode
StatusCode definition for legacy code.
 
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
 
TileL2Dumper(const std::string &name, ISvcLocator *svcloc)
Constructor.
 
Gaudi::Property< std::string > m_prefix
Output file name prefix.
 
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
 
Dump a TileL2Container to a text file.
 
SG::ReadHandleKey< TileL2Container > m_contKey
Handle to access input tile digits.