Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnobj
sbnobj
Common
Analysis
TPCPurityInfo.cc
Go to the documentation of this file.
1
#include "
sbnobj/Common/Analysis/TPCPurityInfo.hh
"
2
#include <iostream>
3
4
anab::TPCPurityInfo::TPCPurityInfo
()
5
{
6
Run
=0;
7
Subrun
=0;
8
Event
=0;
9
Cryostat
=999999;
10
TPC
=999999;
11
Attenuation
= -9999999;
12
FracError
= -9999999;
13
}
14
15
void
anab::TPCPurityInfo::Print
()
const
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
}
anab::TPCPurityInfo::TPC
unsigned int TPC
Definition:
TPCPurityInfo.hh:23
anab::TPCPurityInfo::FracError
double FracError
Definition:
TPCPurityInfo.hh:26
anab::TPCPurityInfo::Print
void Print() const
Definition:
TPCPurityInfo.cc:15
TPC
BEGIN_PROLOG TPC
Definition:
sbnd_flashalgo.fcl:14
anab::TPCPurityInfo::TPCPurityInfo
TPCPurityInfo()
Definition:
TPCPurityInfo.cc:4
anab::TPCPurityInfo::Subrun
unsigned int Subrun
Definition:
TPCPurityInfo.hh:19
anab::TPCPurityInfo::Event
unsigned int Event
Definition:
TPCPurityInfo.hh:20
TPCPurityInfo.hh
anab::TPCPurityInfo::Cryostat
unsigned int Cryostat
Definition:
TPCPurityInfo.hh:22
anab::TPCPurityInfo::Run
unsigned int Run
Definition:
TPCPurityInfo.hh:18
anab::TPCPurityInfo::Attenuation
double Attenuation
Definition:
TPCPurityInfo.hh:25
cout
BEGIN_PROLOG could also be cout
Definition:
messageservice.fcl:10
Generated by
1.8.5