CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventAuxiliary.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 /*----------------------------------------------------------------------
5 
6 ----------------------------------------------------------------------*/
7 
8 namespace edm {
9  void
10  EventAuxiliary::write(std::ostream& os) const {
11  os << "Process History ID = " << processHistoryID_ << std::endl;
12  os << id_ << std::endl;
13  //os << "TimeStamp = " << time_ << std::endl;
14  }
15 
16  bool
18  return
19  a.id() == b.id() &&
20  a.processGUID() == b.processGUID() &&
21  a.luminosityBlock() == b.luminosityBlock() &&
22  a.time() == b.time() &&
23  a.isRealData() == b.isRealData() &&
24  a.experimentType() == b.experimentType() &&
25  a.bunchCrossing() == b.bunchCrossing() &&
26  a.storeNumber() == b.storeNumber();
27  }
28 }
void write(std::ostream &os) const
bool isRealData() const
bool isSameEvent(EventAuxiliary const &a, EventAuxiliary const &b)
ProcessHistoryID processHistoryID_
std::string const & processGUID() const
Timestamp const & time() const
int bunchCrossing() const
LuminosityBlockNumber_t luminosityBlock() const
ExperimentType experimentType() const
int storeNumber() const
double b
Definition: hdecay.h:120
EventID const & id() const
double a
Definition: hdecay.h:121