12#ifndef ALICEO2_MFT_ASSESSMENT_DEVICE_H
13#define ALICEO2_MFT_ASSESSMENT_DEVICE_H
20#include "TStopwatch.h"
32 MFTAssessmentSpec(std::shared_ptr<o2::base::GRPGeomRequest> gr,
bool useMC,
bool processGen,
bool finalizeAnalysis =
false) : mGGCCDBRequest(gr), mUseMC(useMC), mProcessGen(processGen), mFinalizeAnalysis(finalizeAnalysis){};
41 std::unique_ptr<o2::mft::MFTAssessment> mMFTAssessment;
42 std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
44 bool mProcessGen =
false;
45 bool mFinalizeAnalysis =
false;
46 enum TimerIDs { SWTot,
53 static constexpr std::string_view TimerName[] = {
"Total",
59 TStopwatch mTimer[NStopWatches];
Helper for geometry and GRP related CCDB requests.
Class to perform assessment of MFT.
void endOfStream(o2::framework::EndOfStreamContext &ec) final
This is invoked whenever we have an EndOfStream event.
void run(o2::framework::ProcessingContext &pc) final
void init(o2::framework::InitContext &ic) final
void finaliseCCDB(o2::framework::ConcreteDataMatcher &matcher, void *obj) final
MFTAssessmentSpec(std::shared_ptr< o2::base::GRPGeomRequest > gr, bool useMC, bool processGen, bool finalizeAnalysis=false)
Defining PrimaryVertex explicitly as messageable.
DataProcessorSpec getMFTAssessmentSpec(bool useMC, bool useGeom, bool processGen, bool finalizeAnalysis=false)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...