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

BhabhaType Class Reference

#include <BhabhaType.h>

List of all members.

Public Types

enum  Selection { Nothing = 0, OneProng = 1, TwoProngMatched = 2, TwoProngOneMatched = 3 }
enum  Selection { Nothing = 0, OneProng = 1, TwoProngMatched = 2, TwoProngOneMatched = 3 }

Public Member Functions

 BhabhaType ()
 BhabhaType ()
int selectedType () const
int selectedType () const
void setSelectedType (int selectedType)
void setSelectedType (int selectedType)
 ~BhabhaType ()
 ~BhabhaType ()

Private Attributes

int m_selectedType


Detailed Description

This class holds a Bhabha type, a electron and/or a positron. It also knows about the true and the expected deposited energies of Bhabhas. ???whether need to do the energy correction of a Bhabha due to the tilt of BES3 to the beam line with 11mrad.


Member Enumeration Documentation

enum BhabhaType::Selection
 

Enumeration values:
Nothing 
OneProng 
TwoProngMatched 
TwoProngOneMatched 
00038                 {Nothing = 0,
00039                  OneProng=1,
00040                  TwoProngMatched=2,
00041                  TwoProngOneMatched=3};

enum BhabhaType::Selection
 

Enumeration values:
Nothing 
OneProng 
TwoProngMatched 
TwoProngOneMatched 
00038                 {Nothing = 0,
00039                  OneProng=1,
00040                  TwoProngMatched=2,
00041                  TwoProngOneMatched=3};


Constructor & Destructor Documentation

BhabhaType::BhabhaType  ) 
 

00026 {   
00027 }

BhabhaType::~BhabhaType  ) 
 

00031                         {
00032 
00033 
00034 }

BhabhaType::BhabhaType  ) 
 

BhabhaType::~BhabhaType  ) 
 


Member Function Documentation

int BhabhaType::selectedType  )  const [inline]
 

00054     {
00055       return m_selectedType; 
00056     }

int BhabhaType::selectedType  )  const [inline]
 

00054     {
00055       return m_selectedType; 
00056     }

void BhabhaType::setSelectedType int  selectedType  )  [inline]
 

00049     {
00050       m_selectedType = selectedType;
00051     }

void BhabhaType::setSelectedType int  selectedType  )  [inline]
 

00049     {
00050       m_selectedType = selectedType;
00051     }


Member Data Documentation

int BhabhaType::m_selectedType [private]
 


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