Project
Loading...
Searching...
No Matches
Histos.h File Reference
#include <array>
#include <list>
#include <vector>

Go to the source code of this file.

Namespaces

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

Functions

void o2::mch::eval::createHistosAtVertex (std::vector< TH1 * > &histos, const char *extension)
 
void o2::mch::eval::createHistosForClusterResiduals (std::vector< TH1 * > &histos, const char *extension, double range)
 
void o2::mch::eval::createHistosForTrackResiduals (std::vector< TH1 * > &histos)
 
void o2::mch::eval::fillComparisonsAtVertex (std::list< ExtendedTrack > &tracks1, std::list< ExtendedTrack > &tracks2, const std::array< std::vector< TH1 * >, 5 > &histos)
 
void o2::mch::eval::fillHistosAtVertex (const std::list< ExtendedTrack > &tracks, const std::vector< TH1 * > &histos)
 
void o2::mch::eval::fillHistosDimuAtVertex (const ExtendedTrack &track1, const ExtendedTrack &track2, const std::vector< TH1 * > &histos)
 
void o2::mch::eval::fillHistosMuAtVertex (const ExtendedTrack &track, const std::vector< TH1 * > &histos)
 
void o2::mch::eval::fillTrackResiduals (const TrackParam &param1, const TrackParam &param2, std::vector< TH1 * > &histos)
 
void o2::mch::eval::fillClusterClusterResiduals (const ExtendedTrack &track1, const ExtendedTrack &track2, std::vector< TH1 * > &histos)
 
void o2::mch::eval::fillClusterTrackResiduals (const std::list< ExtendedTrack > &tracks, std::vector< TH1 * > &histos, bool matched)