Project
Loading...
Searching...
No Matches
TOFEventTimeChecker.cxx File Reference
#include <vector>
#include <string>
#include "TStopwatch.h"
#include "Framework/ConfigParamRegistry.h"
#include "CommonUtils/NameConf.h"
#include "CommonDataFormat/InteractionRecord.h"
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h"
#include "Framework/Task.h"
#include "Framework/DataProcessorSpec.h"
#include "ReconstructionDataFormats/GlobalTrackID.h"
#include "ReconstructionDataFormats/GlobalTrackAccessor.h"
#include "GlobalTracking/MatchTPCITS.h"
#include "DataFormatsTPC/TrackTPC.h"
#include "DataFormatsTRD/TrackTRD.h"
#include "TOFBase/Geo.h"
#include "TOFBase/Utils.h"
#include "DataFormatsTOF/Cluster.h"
#include "TOFBase/EventTimeMaker.h"
#include "GlobalTrackingWorkflow/TOFEventTimeChecker.h"
#include "DetectorsBase/GRPGeomHelper.h"
#include "TSystem.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TH2.h"
#include "TTree.h"
#include "TString.h"
#include "TProfile.h"
#include "DataFormatsTOF/CalibTimeSlewingParamTOF.h"

Go to the source code of this file.

Classes

struct  MyTrack
 
class  o2::globaltracking::TOFEventTimeChecker
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::globaltracking
 

Macros

#define TDEBUG
 

Typedefs

using DetID = o2::detectors::DetID
 
using evIdx = o2::dataformats::EvIndex< int, int >
 
using MatchOutputType = std::vector< o2::dataformats::MatchInfoTOF >
 
using GID = o2::dataformats::GlobalTrackID
 
using TimeSlewing = o2::dataformats::CalibTimeSlewingParamTOF
 

Functions

bool MyFilter (const MyTrack &tr)
 
framework::DataProcessorSpec o2::globaltracking::getTOFEventTimeCheckerSpec (o2::dataformats::GlobalTrackID::mask_t src, bool useMC)
 create a processor spec
 

Macro Definition Documentation

◆ TDEBUG

#define TDEBUG

Definition at line 52 of file TOFEventTimeChecker.cxx.

Typedef Documentation

◆ DetID

Definition at line 57 of file TOFEventTimeChecker.cxx.

◆ evIdx

Definition at line 59 of file TOFEventTimeChecker.cxx.

◆ GID

Definition at line 61 of file TOFEventTimeChecker.cxx.

◆ MatchOutputType

Definition at line 60 of file TOFEventTimeChecker.cxx.

◆ TimeSlewing

Function Documentation

◆ MyFilter()

bool MyFilter ( const MyTrack tr)

Definition at line 84 of file TOFEventTimeChecker.cxx.