Go to the documentation of this file.    1 #ifndef __JTRIGGER__JPMTIDENTIFIER_T__ 
    2 #define __JTRIGGER__JPMTIDENTIFIER_T__ 
  137       out << 
id.moduleID << 
' ';
 
  138       out << 
id.pmtAddress;
 
 
int getPMTAddress() const
Get PMT identifier.
 
int getPMTAddress() const
Get PMT address.
 
JPMTIdentifier_t()
Default constructor.
 
int getModuleID() const
Get module identifier.
 
friend std::ostream & operator<<(std::ostream &out, const JPMTIdentifier_t &id)
Write PMT identifier to output.
 
friend std::istream & operator>>(std::istream &in, JPMTIdentifier_t &id)
Read PMT identifier from input.
 
bool operator==(const JHit &first, const JHit &second)
Equal operator for hits.
 
JPMTIdentifier_t(int id, int tdc)
Constructor.
 
static bool compare(const JPMTIdentifier_t &first, const JPMTIdentifier_t &second)
Compare PMT identifiers.
 
int getModuleID() const
Get module identifier.
 
JPMTIdentifier_t(const JDAQPMTIdentifier &pmt)
Copy constructor.
 
bool operator<(const JEvent &first, const JEvent &second)
Less than operator for events.
 
ClassDef(JPMTIdentifier_t, 8)
 
virtual ~JPMTIdentifier_t()
Virtual destructor.