#include "TObject.h"
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | IDs::channel |
Namespaces | |
namespace | IDs |
Enumerations | |
enum | IDs::Detector_t { IDs::kErrorDetector = -1, IDs::kAnyDetector = 0, IDs::kGe, IDs::kLiquidSc, IDs::kNDet, IDs::kNDet2, IDs::kScGe, IDs::kScL, IDs::kScR, IDs::kScVe, IDs::kSiL1_1, IDs::kSiL1_2, IDs::kSiL1_3, IDs::kSiL1_4, IDs::kSiL2, IDs::kSiR1_1, IDs::kSiR1_2, IDs::kSiR1_3, IDs::kSiR1_4, IDs::kSiR1_sum, IDs::kSiR2, IDs::kMuSc, IDs::kMuScA } |
enum | IDs::SlowFast_t { IDs::kErrorSlowFast = -1, IDs::kAnySlowFast = 0, IDs::kFast = 1, IDs::kSlow = 2, IDs::kNotApplicable = 3 } |
Functions | |
std::ostream & | operator<< (ostream &os, const IDs::channel &id) |
Variables | |
const short | IDs::num_detector_enums = 21 |
Used by some algorithms to loop over all Detector_t enum values. |
std::ostream& operator<< | ( | ostream & | os, | |
const IDs::channel & | id | |||
) |
Definition at line 120 of file IdChannel.cpp.