![]() |
Project
|
Study to evaluate the PID performance of the ITS. More...
#include "ITSStudies/PIDStudy.h"
#include "ITSStudies/ITSStudiesConfigParam.h"
#include "Framework/Task.h"
#include "ITSBase/GeometryTGeo.h"
#include "Steer/MCKinematicsReader.h"
#include "DetectorsBase/GRPGeomHelper.h"
#include "ITStracking/IOUtils.h"
#include "CommonUtils/TreeStreamRedirector.h"
#include "DataFormatsParameters/GRPObject.h"
#include "DataFormatsITS/TrackITS.h"
#include "DataFormatsTPC/TrackTPC.h"
#include "ReconstructionDataFormats/TrackTPCITS.h"
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "ReconstructionDataFormats/GlobalTrackID.h"
#include "ReconstructionDataFormats/PrimaryVertex.h"
#include "ReconstructionDataFormats/PID.h"
#include "ReconstructionDataFormats/V0.h"
#include "ReconstructionDataFormats/Track.h"
#include "ReconstructionDataFormats/DCA.h"
#include "SimulationDataFormat/MCTrack.h"
#include "SimulationDataFormat/MCCompLabel.h"
#include "DetectorsCommonDataFormats/DetID.h"
#include "DataFormatsTPC/PIDResponse.h"
#include <numeric>
#include <TH1F.h>
#include <TH2F.h>
#include <THStack.h>
#include <TFile.h>
#include <TCanvas.h>
#include <TLine.h>
#include <TStyle.h>
#include <TNtuple.h>
Go to the source code of this file.
Classes | |
struct | o2::its::study::particle |
class | o2::its::study::PIDStudy |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::its |
namespace | o2::its::study |
Typedefs | |
using | o2::its::study::TrackTPC = o2::tpc::TrackTPC |
using | o2::its::study::TrackITSTPC = o2::dataformats::TrackTPCITS |
using | o2::its::study::PIDResponse = o2::tpc::PIDResponse |
Functions | |
o2::framework::DataProcessorSpec | o2::its::study::getPIDStudy (mask_t srcTracksMask, mask_t srcClustersMask, bool useMC, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader) |
Study to evaluate the PID performance of the ITS.
Definition in file PIDStudy.cxx.