Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EmcDigiType Class Reference

#include <AsciiData.hh>

List of all members.

Public Member Functions

 EmcDigiType ()
 EmcDigiType ()
 EmcDigiType ()
 EmcDigiType ()

Public Attributes

float energyDeposit
float hitTime
int numPhi
int numTheta
int partId
int trackIndex

Friends

std::ostreamoperator<< (std::ostream &, const EmcDigiType &x)
std::ostreamoperator<< (std::ostream &, const EmcDigiType &x)
std::ostreamoperator<< (std::ostream &, const EmcDigiType &x)
std::ostreamoperator<< (std::ostream &, const EmcDigiType &x)
std::istreamoperator>> (std::istream &, EmcDigiType &x)
std::istreamoperator>> (std::istream &, EmcDigiType &x)
std::istreamoperator>> (std::istream &, EmcDigiType &x)
std::istreamoperator>> (std::istream &, EmcDigiType &x)


Constructor & Destructor Documentation

EmcDigiType::EmcDigiType  )  [inline]
 

00306 {};

EmcDigiType::EmcDigiType  )  [inline]
 

00306 {};

EmcDigiType::EmcDigiType  )  [inline]
 

00257 {};

EmcDigiType::EmcDigiType  )  [inline]
 

00257 {};


Friends And Related Function Documentation

std::ostream& operator<< std::ostream os,
const EmcDigiType x
[friend]
 

00625 {
00626     os << " " << x.trackIndex;
00627     os << " " << x.partId;
00628     os << " " << x.numTheta;
00629     os << " " << x.numPhi;
00630     os << " " << x.energyDeposit;
00631     os << " " << x.hitTime;
00632     os << std::endl;
00633     return os;
00634 }

std::ostream& operator<< std::ostream os,
const EmcDigiType x
[friend]
 

00625 {
00626     os << " " << x.trackIndex;
00627     os << " " << x.partId;
00628     os << " " << x.numTheta;
00629     os << " " << x.numPhi;
00630     os << " " << x.energyDeposit;
00631     os << " " << x.hitTime;
00632     os << std::endl;
00633     return os;
00634 }

std::ostream& operator<< std::ostream os,
const EmcDigiType x
[friend]
 

00625 {
00626     os << " " << x.trackIndex;
00627     os << " " << x.partId;
00628     os << " " << x.numTheta;
00629     os << " " << x.numPhi;
00630     os << " " << x.energyDeposit;
00631     os << " " << x.hitTime;
00632     os << std::endl;
00633     return os;
00634 }

std::ostream& operator<< std::ostream os,
const EmcDigiType x
[friend]
 

00625 {
00626     os << " " << x.trackIndex;
00627     os << " " << x.partId;
00628     os << " " << x.numTheta;
00629     os << " " << x.numPhi;
00630     os << " " << x.energyDeposit;
00631     os << " " << x.hitTime;
00632     os << std::endl;
00633     return os;
00634 }

std::istream& operator>> std::istream is,
EmcDigiType x
[friend]
 

00614 {
00615     is >> x.trackIndex;
00616     is >> x.partId;
00617     is >> x.numTheta;
00618     is >> x.numPhi;
00619     is >> x.energyDeposit;
00620     is >> x.hitTime;
00621     return is;
00622 }

std::istream& operator>> std::istream is,
EmcDigiType x
[friend]
 

00614 {
00615     is >> x.trackIndex;
00616     is >> x.partId;
00617     is >> x.numTheta;
00618     is >> x.numPhi;
00619     is >> x.energyDeposit;
00620     is >> x.hitTime;
00621     return is;
00622 }

std::istream& operator>> std::istream is,
EmcDigiType x
[friend]
 

00614 {
00615     is >> x.trackIndex;
00616     is >> x.partId;
00617     is >> x.numTheta;
00618     is >> x.numPhi;
00619     is >> x.energyDeposit;
00620     is >> x.hitTime;
00621     return is;
00622 }

std::istream& operator>> std::istream is,
EmcDigiType x
[friend]
 

00614 {
00615     is >> x.trackIndex;
00616     is >> x.partId;
00617     is >> x.numTheta;
00618     is >> x.numPhi;
00619     is >> x.energyDeposit;
00620     is >> x.hitTime;
00621     return is;
00622 }


Member Data Documentation

float EmcDigiType::energyDeposit
 

float EmcDigiType::hitTime
 

int EmcDigiType::numPhi
 

int EmcDigiType::numTheta
 

int EmcDigiType::partId
 

int EmcDigiType::trackIndex
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:01:16 2011 for BOSS6.5.5 by  doxygen 1.3.9.1