![]() |
Project
|
#include "TRDQC/RawDataManager.h"#include <RtypesCore.h>#include <TSystem.h>#include <TFile.h>#include <TTree.h>#include <boost/range/distance.hpp>#include <boost/range/iterator_range_core.hpp>#include <iterator>#include "TRDQC/CoordinateTransformer.h"#include "Framework/Logger.h"#include <set>#include <utility>Go to the source code of this file.
Classes | |
| struct | PadRowID |
| struct | MCM_ID |
Functions | |
| bool | comp_digit (const o2::trd::Digit &a, const o2::trd::Digit &b) |
| comparison function to order digits by det / row / MCM / -channel | |
| bool | comp_tracklet (const o2::trd::Tracklet64 &a, const o2::trd::Tracklet64 &b) |
| comparison function to order tracklets by det / row / MCM / channel | |
| bool | comp_spacepoint (const ChamberSpacePoint &a, const ChamberSpacePoint &b) |
| bool comp_digit | ( | const o2::trd::Digit & | a, |
| const o2::trd::Digit & | b | ||
| ) |
comparison function to order digits by det / row / MCM / -channel
Definition at line 30 of file RawDataManager.cxx.
| bool comp_spacepoint | ( | const ChamberSpacePoint & | a, |
| const ChamberSpacePoint & | b | ||
| ) |
Definition at line 78 of file RawDataManager.cxx.
| bool comp_tracklet | ( | const o2::trd::Tracklet64 & | a, |
| const o2::trd::Tracklet64 & | b | ||
| ) |
comparison function to order tracklets by det / row / MCM / channel
Definition at line 57 of file RawDataManager.cxx.