LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "T0.h"
Public Member Functions | |
T0 () | |
T0 (double Time, unsigned int TriggerType, int TriggerBits, int ID=-1, double TriggerConfidence=-1) | |
const double & | Time () const |
const unsigned int & | TriggerType () const |
const int & | TriggerBits () const |
const int & | ID () const |
const double & | TriggerConfidence () const |
Public Attributes | |
double | fTime |
Time in ns. More... | |
unsigned int | fTriggerType |
Type of trigger used. 0 - Muon Counters, 1 - Photon Detectors, 2 - Monte Carlo Truth. More... | |
int | fTriggerBits |
An identifier for the Muon track / Flash / MCParticle used in matching. More... | |
int | fID |
Current size of T0 data product. More... | |
double | fTriggerConfidence |
Confidence with which this T0 is known. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, T0 const &a) |
anab::T0::T0 | ( | ) |
Definition at line 15 of file T0.cxx.
anab::T0::T0 | ( | double | Time, |
unsigned int | TriggerType, | ||
int | TriggerBits, | ||
int | ID = -1 , |
||
double | TriggerConfidence = -1 |
||
) |
Definition at line 18 of file T0.cxx.
|
inline |
|
inline |
Definition at line 45 of file T0.h.
References fTime.
Referenced by lar_pandora::PFParticleAnalysis::analyze().
|
inline |
Definition at line 53 of file T0.h.
References fTriggerBits.
|
inline |
Definition at line 61 of file T0.h.
References fTriggerConfidence.
|
inline |
Definition at line 49 of file T0.h.
References fTriggerType.
|
friend |
int anab::T0::fID |
Current size of T0 data product.
Definition at line 24 of file T0.h.
Referenced by ID(), and anab::operator<<().
double anab::T0::fTime |
int anab::T0::fTriggerBits |
An identifier for the Muon track / Flash / MCParticle used in matching.
Definition at line 23 of file T0.h.
Referenced by anab::operator<<(), and TriggerBits().
double anab::T0::fTriggerConfidence |
Confidence with which this T0 is known.
Definition at line 25 of file T0.h.
Referenced by anab::operator<<(), and TriggerConfidence().
unsigned int anab::T0::fTriggerType |
Type of trigger used. 0 - Muon Counters, 1 - Photon Detectors, 2 - Monte Carlo Truth.
Definition at line 22 of file T0.h.
Referenced by anab::operator<<(), and TriggerType().