Project
Loading...
Searching...
No Matches
AvgClusSize.cxx File Reference

Study to calculate average cluster size per track in the ITS. More...

#include "ITSStudies/AvgClusSize.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 "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 <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

class  o2::its::study::AvgClusSizeStudy
 

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::PVertex = o2::dataformats::PrimaryVertex
 
using o2::its::study::V0 = o2::dataformats::V0
 
using o2::its::study::Track = o2::track::TrackParCov
 
using o2::its::study::TrackITS = o2::its::TrackITS
 
using o2::its::study::DCA = o2::dataformats::DCA
 
using o2::its::study::PID = o2::track::PID
 

Functions

o2::framework::DataProcessorSpec o2::its::study::getAvgClusSizeStudy (mask_t srcTracksMask, mask_t srcClustersMask, bool useMC, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader)
 

Detailed Description

Study to calculate average cluster size per track in the ITS.

Author
Tucker Hwang mhwan.nosp@m.g@ce.nosp@m.rn.ch

Definition in file AvgClusSize.cxx.