Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CexmcEnergyDepositStore Struct Reference

#include <CexmcEnergyDepositStore.hh>

Public Member Functions

 CexmcEnergyDepositStore (G4double monitorED, G4double vetoCounterEDLeft, G4double vetoCounterEDRight, G4double calorimeterEDLeft, G4double calorimeterEDRight, G4int calorimeterEDLeftMaxX, G4int calorimeterEDLeftMaxY, G4int calorimeterEDRightMaxX, G4int calorimeterEDRightMaxY, const CexmcEnergyDepositCalorimeterCollection &calorimeterEDLeftCollection, const CexmcEnergyDepositCalorimeterCollection &calorimeterEDRightCollection)
 
voidoperator new (size_t size)
 
void operator delete (void *obj)
 

Public Attributes

G4double monitorED
 
G4double vetoCounterEDLeft
 
G4double vetoCounterEDRight
 
G4double calorimeterEDLeft
 
G4double calorimeterEDRight
 
G4int calorimeterEDLeftMaxX
 
G4int calorimeterEDLeftMaxY
 
G4int calorimeterEDRightMaxX
 
G4int calorimeterEDRightMaxY
 
const
CexmcEnergyDepositCalorimeterCollection
calorimeterEDLeftCollection
 
const
CexmcEnergyDepositCalorimeterCollection
calorimeterEDRightCollection
 

Detailed Description

Definition at line 52 of file CexmcEnergyDepositStore.hh.

Constructor & Destructor Documentation

CexmcEnergyDepositStore::CexmcEnergyDepositStore ( G4double  monitorED,
G4double  vetoCounterEDLeft,
G4double  vetoCounterEDRight,
G4double  calorimeterEDLeft,
G4double  calorimeterEDRight,
G4int  calorimeterEDLeftMaxX,
G4int  calorimeterEDLeftMaxY,
G4int  calorimeterEDRightMaxX,
G4int  calorimeterEDRightMaxY,
const CexmcEnergyDepositCalorimeterCollection calorimeterEDLeftCollection,
const CexmcEnergyDepositCalorimeterCollection calorimeterEDRightCollection 
)
inline

Definition at line 54 of file CexmcEnergyDepositStore.hh.

66  :
77  {}
const CexmcEnergyDepositCalorimeterCollection & calorimeterEDLeftCollection
const CexmcEnergyDepositCalorimeterCollection & calorimeterEDRightCollection

Member Function Documentation

void CexmcEnergyDepositStore::operator delete ( void obj)
inline

Definition at line 118 of file CexmcEnergyDepositStore.hh.

119 {
120  energyDepositStoreAllocator.FreeSingle(
121  reinterpret_cast< CexmcEnergyDepositStore * >( obj ) );
122 }
G4Allocator< CexmcEnergyDepositStore > energyDepositStoreAllocator
Definition: CexmcCommon.cc:51

Here is the call graph for this function:

void * CexmcEnergyDepositStore::operator new ( size_t  size)
inline

Definition at line 112 of file CexmcEnergyDepositStore.hh.

113 {
114  return energyDepositStoreAllocator.MallocSingle();
115 }
G4Allocator< CexmcEnergyDepositStore > energyDepositStoreAllocator
Definition: CexmcCommon.cc:51

Here is the call graph for this function:

Member Data Documentation

G4double CexmcEnergyDepositStore::calorimeterEDLeft

Definition at line 89 of file CexmcEnergyDepositStore.hh.

const CexmcEnergyDepositCalorimeterCollection& CexmcEnergyDepositStore::calorimeterEDLeftCollection

Definition at line 102 of file CexmcEnergyDepositStore.hh.

G4int CexmcEnergyDepositStore::calorimeterEDLeftMaxX

Definition at line 93 of file CexmcEnergyDepositStore.hh.

G4int CexmcEnergyDepositStore::calorimeterEDLeftMaxY

Definition at line 95 of file CexmcEnergyDepositStore.hh.

G4double CexmcEnergyDepositStore::calorimeterEDRight

Definition at line 91 of file CexmcEnergyDepositStore.hh.

const CexmcEnergyDepositCalorimeterCollection& CexmcEnergyDepositStore::calorimeterEDRightCollection

Definition at line 105 of file CexmcEnergyDepositStore.hh.

G4int CexmcEnergyDepositStore::calorimeterEDRightMaxX

Definition at line 97 of file CexmcEnergyDepositStore.hh.

G4int CexmcEnergyDepositStore::calorimeterEDRightMaxY

Definition at line 99 of file CexmcEnergyDepositStore.hh.

G4double CexmcEnergyDepositStore::monitorED

Definition at line 83 of file CexmcEnergyDepositStore.hh.

G4double CexmcEnergyDepositStore::vetoCounterEDLeft

Definition at line 85 of file CexmcEnergyDepositStore.hh.

G4double CexmcEnergyDepositStore::vetoCounterEDRight

Definition at line 87 of file CexmcEnergyDepositStore.hh.


The documentation for this struct was generated from the following file: