|
| ITSRawTask () |
| Constructor.
|
|
| ~ITSRawTask () override |
| Destructor.
|
|
void | initialize (o2::framework::InitContext &ctx) override |
|
void | startOfActivity (Activity &activity) override |
|
void | startOfCycle () override |
|
void | monitorData (o2::framework::ProcessingContext &ctx) override |
|
void | endOfCycle () override |
|
void | endOfActivity (Activity &activity) override |
|
void | reset () override |
|
void | setNChips (int n) |
|
void | ConfirmXAxis (TH1 *h) |
|
void | ReverseYAxis (TH1 *h) |
|
| TaskInterface (ObjectsManager *objectsManager) |
| Constructor Can't be used when dynamically loading the class with ROOT. More...
|
|
| TaskInterface ()=default |
| Default constructor.
|
|
virtual | ~TaskInterface () noexcept=default |
| Destructor.
|
|
| TaskInterface (const TaskInterface &other)=default |
| Copy constructor.
|
|
| TaskInterface (TaskInterface &&other) noexcept=default |
| Move constructor.
|
|
TaskInterface & | operator= (const TaskInterface &other)=default |
| Copy assignment operator.
|
|
TaskInterface & | operator= (TaskInterface &&other)=default |
| Move assignment operator.
|
|
virtual void | loadCcdb (std::string url) final |
|
void | setObjectsManager (std::shared_ptr< ObjectsManager > objectsManager) |
|
void | setName (const std::string &name) |
|
void | setCustomParameters (const std::unordered_map< std::string, std::string > ¶meters) |
|
const std::string & | getName () const |
|
|
std::shared_ptr< ObjectsManager > | getObjectsManager () |
|
TObject * | retrieveCondition (std::string path, std::map< std::string, std::string > metadata={}, long timestamp=-1) |
|
template<typename T > |
T * | retrieveConditionAny (std::string const &path, std::map< std::string, std::string > const &metadata={}, long timestamp=-1) const |
|
std::unordered_map< std::string, std::string > | mCustomParameters |
|
The documentation for this class was generated from the following files: