All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TPCPurityInfo.cc
Go to the documentation of this file.
2 #include <iostream>
3 
5 {
6  Run=0;
7  Subrun=0;
8  Event=0;
9  Cryostat=999999;
10  TPC=999999;
11  Attenuation = -9999999;
12  FracError = -9999999;
13 }
14 
16 {
17  std::cout << "TPCPurityInfo:" << std::endl;
18  std::cout << "\tRun,Subrun,Event: " << Run << "," << Subrun << "," << Event;
19  std::cout << "\n\tCryostat: " << Cryostat;
20  std::cout << "\n\tTPC: " << TPC;
21  std::cout << "\n\tAttenuation = " << Attenuation << " +/- " << 100.*FracError << "%";
22  std::cout << std::endl;
23 }
void Print() const
BEGIN_PROLOG TPC
unsigned int Subrun
unsigned int Event
unsigned int Cryostat
BEGIN_PROLOG could also be cout