Project
Loading...
Searching...
No Matches
o2::ctf::CTFWriterSpec Class Reference

Inherits o2::framework::Task.

Public Member Functions

 CTFWriterSpec ()=delete
 
 CTFWriterSpec (DetID::mask_t dm, const std::string &outType, int verbosity, int reportInterval)
 
 ~CTFWriterSpec () final
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void endOfStream (o2::framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
void stop () final
 This is invoked on stop.
 
bool isPresent (DetID id) const
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj)
 

Detailed Description

Definition at line 97 of file CTFWriterSpec.cxx.

Constructor & Destructor Documentation

◆ CTFWriterSpec() [1/2]

o2::ctf::CTFWriterSpec::CTFWriterSpec ( )
delete

◆ CTFWriterSpec() [2/2]

o2::ctf::CTFWriterSpec::CTFWriterSpec ( DetID::mask_t  dm,
const std::string &  outType,
int  verbosity,
int  reportInterval 
)

Definition at line 193 of file CTFWriterSpec.cxx.

◆ ~CTFWriterSpec()

o2::ctf::CTFWriterSpec::~CTFWriterSpec ( )
inlinefinal

Definition at line 102 of file CTFWriterSpec.cxx.

Member Function Documentation

◆ endOfStream()

void o2::ctf::CTFWriterSpec::endOfStream ( o2::framework::EndOfStreamContext context)
inlinefinalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 105 of file CTFWriterSpec.cxx.

◆ init()

void o2::ctf::CTFWriterSpec::init ( o2::framework::InitContext context)
finalvirtual

The method which is called once to initialise the task. Derived classes can use this to save extra state.

Reimplemented from o2::framework::Task.

Definition at line 202 of file CTFWriterSpec.cxx.

◆ isPresent()

bool o2::ctf::CTFWriterSpec::isPresent ( DetID  id) const
inline

Definition at line 107 of file CTFWriterSpec.cxx.

◆ run()

void o2::ctf::CTFWriterSpec::run ( o2::framework::ProcessingContext context)
finalvirtual

This is invoked whenever a new InputRecord is demeed to be complete.

Implements o2::framework::Task.

Definition at line 429 of file CTFWriterSpec.cxx.

◆ stop()

void o2::ctf::CTFWriterSpec::stop ( )
inlinefinalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 106 of file CTFWriterSpec.cxx.


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