AliRoot Core  3dc7879 (3dc7879)
AliFMD Class Referenceabstract

Forward Multiplicity Detector based on Silicon wafers. This class is the driver for especially simulation. More...

#include <FMD/AliFMD.h>

Inheritance diagram for AliFMD:

Public Member Functions

 AliFMD ()
 
 AliFMD (const char *name, const char *title)
 
virtual ~AliFMD ()
 
void UseDetailed (Bool_t use=kTRUE)
 
GEometry ANd Tracking (GEANT :-)
virtual void CreateGeometry ()
 
virtual void AddAlignableVolumes () const
 
virtual void CreateMaterials ()
 
virtual void Init ()
 
virtual void StepManager ()=0
 
virtual void FinishEvent ()
 
Hit and digit management
virtual void MakeBranch (Option_t *opt=" ")
 
virtual void SetHitsAddressBranch (TBranch *b)
 
virtual void SetSDigitsAddressBranch (TBranch *b)
 
virtual void SetTreeAddress ()
 
virtual TClonesArray * SDigits ()
 
virtual void ResetSDigits ()
 
virtual void AddHit (Int_t track, Int_t *vol, Float_t *hits)
 
virtual AliFMDHitAddHitByFields (Int_t track, UShort_t detector, Char_t ring, UShort_t sector, UShort_t strip, Float_t x=0, Float_t y=0, Float_t z=0, Float_t px=0, Float_t py=0, Float_t pz=0, Float_t edep=0, Int_t pdg=0, Float_t t=0, Float_t len=0, Bool_t stopped=kFALSE)
 
virtual void AddDigit (Int_t *digits, Int_t *notused=0)
 
virtual void AddDigitByFields (UShort_t detector=0, Char_t ring='\0', UShort_t sector=0, UShort_t strip=0, UShort_t count1=0, Short_t count2=-1, Short_t count3=-1, Short_t count4=-1, UShort_t nrefs=0, Int_t *refs=0)
 
virtual void AddSDigit (Int_t *digits)
 
virtual void AddSDigitByFields (UShort_t detector=0, Char_t ring='\0', UShort_t sector=0, UShort_t strip=0, Float_t edep=0, UShort_t count1=0, Short_t count2=-1, Short_t count3=-1, Short_t count4=-1, UShort_t ntot=0, UShort_t nprim=0, Int_t *refs=0)
 
Digitisation
virtual AliDigitizerCreateDigitizer (AliDigitizationInput *digInput) const
 
virtual void Hits2Digits ()
 
virtual void Hits2SDigits ()
 
Raw data
virtual void Digits2Raw ()
 
virtual Bool_t Raw2SDigits (AliRawReader *reader)
 
Utility
void Browse (TBrowser *b)
 
- Public Member Functions inherited from AliDetector
 AliDetector (const char *name, const char *title)
 
 AliDetector ()
 
virtual ~AliDetector ()
 
virtual int GetNdigits () const
 
virtual int GetNhits () const
 
TClonesArray * Digits () const
 
TClonesArray * Hits () const
 
virtual Bool_t IsModule () const
 
virtual Bool_t IsDetector () const
 
Int_t GetIshunt () const
 
void SetIshunt (Int_t ishunt)
 
virtual void Publish (const char *dir, void *c, const char *name=0) const
 
virtual void FinishRun ()
 
virtual void ResetDigits ()
 
virtual void ResetHits ()
 
virtual void SetTimeGate (Float_t gate)
 
virtual Float_t GetTimeGate () const
 
virtual void DrawModule () const
 
virtual AliHitFirstHit (Int_t track)
 
virtual AliHitNextHit ()
 
virtual void SetBufferSize (Int_t bufsize=8000)
 
virtual TBranch * MakeBranchInTree (TTree *tree, const char *cname, void *address, Int_t size=32000, const char *file=0)
 
virtual TBranch * MakeBranchInTree (TTree *tree, const char *cname, const char *name, void *address, Int_t size=32000, Int_t splitlevel=99, const char *file=0)
 
void MakeTree (Option_t *option)
 
virtual void RemapTrackHitIDs (Int_t *)
 
virtual AliLoaderMakeLoader (const char *topfoldername)
 
void SetLoader (AliLoader *loader)
 
AliLoaderGetLoader () const
 
- Public Member Functions inherited from AliModule
 AliModule (const char *name, const char *title)
 
 AliModule ()
 
virtual ~AliModule ()
 
virtual TArrayI * GetIdtmed () const
 
virtual TObjArrayPoints () const
 
virtual Bool_t IsActive () const
 
virtual void SetActive (Bool_t v=kTRUE)
 
virtual Bool_t IsFolder () const
 
virtual Int_t & LoMedium ()
 
virtual Int_t & HiMedium ()
 
virtual void AliMaterial (Int_t imat, const char *name, Float_t a, Float_t z, Float_t dens, Float_t radl, Float_t absl, Float_t *buf=0, Int_t nwbuf=0) const
 
virtual void AliGetMaterial (Int_t imat, char *name, Float_t &a, Float_t &z, Float_t &dens, Float_t &radl, Float_t &absl) const
 
virtual void AliMixture (Int_t imat, const char *name, Float_t *a, Float_t *z, Float_t dens, Int_t nlmat, Float_t *wmat) const
 
virtual void AliMedium (Int_t numed, const char *name, Int_t nmat, Int_t isvol, Int_t ifield, Float_t fieldm, Float_t tmaxfd, Float_t stemax, Float_t deemax, Float_t epsil, Float_t stmin, Float_t *ubuf=0, Int_t nbuf=0) const
 
void AliMatrix (Int_t &nmat, Double_t theta1, Double_t phi1, Double_t theta2, Double_t phi2, Double_t theta3, Double_t phi3) const
 
virtual void BuildGeometry ()
 
virtual Int_t IsVersion () const =0
 
virtual AliTriggerDetectorCreateTriggerDetector () const
 
virtual void SDigits2Digits ()
 
virtual void Digits2Reco ()
 
virtual void Raw2Digits ()
 
virtual void QADataMaker (const char *)
 
virtual void DefineOpticalProperties ()
 
virtual void PreTrack ()
 
virtual void PostTrack ()
 
virtual void FinishPrimary ()
 
virtual void LoadPoints (Int_t)
 
virtual void UpdateInternalGeometry ()
 
virtual void Paint (Option_t *)
 
virtual void DisableStepManager ()
 
virtual Bool_t StepManagerIsEnabled () const
 
virtual Float_t ZMin () const
 
virtual Float_t ZMax () const
 
virtual AliTrackReferenceAddTrackReference (Int_t label, Int_t id=-999)
 
TTree * TreeTR ()
 
void SetRunLoader (AliRunLoader *runLoader)
 
virtual void CheckQA ()
 
AliDigitizationInputGetDigitizationInput () const
 
void CacheVMCInstance (TVirtualMC *mc)
 

Protected Types

enum  {
  kSiId, kAirId, kPlasticId, kPcbId,
  kSiChipId, kAlId, kCarbonId, kCopperId,
  kKaptonId, kSteelId
}
 

Protected Member Functions

TClonesArray * HitsArray ()
 
TClonesArray * DigitsArray ()
 
TClonesArray * SDigitsArray ()
 

Protected Attributes

TClonesArray * fSDigits
 
Int_t fNsdigits
 
Bool_t fDetailed
 
Bool_t fUseOld
 
Bool_t fUseAssembly
 
TObjArrayfBad
 
- Protected Attributes inherited from AliDetector
Float_t fTimeGate
 
Int_t fIshunt
 
Int_t fNhits
 
Int_t fNdigits
 Number of hits. More...
 
Int_t fBufferSize
 Number of digits. More...
 
Int_t fMaxIterHit
 buffer size for Tree detector branches More...
 
Int_t fCurIterHit
 Limit for the hit iterator. More...
 
TClonesArray * fHits
 Counter for the hit iterator. More...
 
TClonesArray * fDigits
 List of hits for one track only. More...
 
AliLoaderfLoader
 List of digits for this detector. More...
 
- Protected Attributes inherited from AliModule
TVirtualMC * fMC
 
TArrayI * fIdtmed
 cached MC instance (to avoid calls to thread_local gMC=TVirtualMC::GetMC()) More...
 
TArrayI * fIdmate
 List of tracking medium numbers. More...
 
Int_t fLoMedium
 List of material numbers. More...
 
Int_t fHiMedium
 Minimum tracking medium ID for this Module. More...
 
Bool_t fActive
 Maximum tracking medium ID for this Module. More...
 
Bool_t fEnable
 
Int_t fMaxIterTrackRef
 
Int_t fCurrentIterTrackRef
 for track refernce iterator routines More...
 
AliRunLoaderfRunLoader
 for track refernce iterator routines More...
 
AliDigitizationInputfDigInput
 local pointer to run loader More...
 

Private Member Functions

 AliFMD (const AliFMD &other)
 debugging - bad hits More...
 
AliFMDoperator= (const AliFMD &other)
 

Additional Inherited Members

- Static Public Member Functions inherited from AliModule
static void SetDensityFactor (Float_t density)
 
static Float_t GetDensityFactor ()
 
- Static Protected Attributes inherited from AliModule
static Float_t fgDensityFactor = 1.0
 input for sdigits -> digits More...
 

Detailed Description

Forward Multiplicity Detector based on Silicon wafers. This class is the driver for especially simulation.

The Forward Multiplicity Detector consists of 3 sub-detectors FMD1, FMD2, and FMD3, each of which has 1 or 2 rings of silicon sensors.

This is the base class for all FMD manager classes.

The actual code is done by various separate classes. Below is diagram showing the relationship between the various FMD classes that handles the simulation

      +----------+   +----------+   
      | AliFMDv1 |   | AliFMDv0 |   
      +----------+   +----------+   
           |              |                    +-----------------+
      +----+--------------+                 +--| AliFMDDigitizer |
      |                                     |  +-----------------+
      |           +---------------------+   |
      |        +--| AliFMDBaseDigitizer |<--+
      V     1  |  +---------------------+   |
 +--------+<>--+                            |  +------------------+
 | AliFMD |                                 +--| AliFMDSDigitizer |    
 +--------+<>--+                               +------------------+       
     1  |  +---------------------+
        +--| AliFMDReconstructor |
       +---------------------+
  • AliFMD This defines the interface for the various parts of AliROOT that uses the FMD, like AliFMDSimulator, AliFMDDigitizer, AliFMDReconstructor, and so on.
  • AliFMDv0 This is a concrete implementation of the AliFMD interface. It is the responsibility of this class to create the FMD geometry.
  • AliFMDv1 This is a concrete implementation of the AliFMD interface. It is the responsibility of this class to create the FMD geometry, process hits in the FMD, and serve hits and digits to the various clients.
  • AliFMDSimulator This is the base class for the FMD simulation tasks. The simulator tasks are responsible to implment the geoemtry, and process hits.
  • AliFMDReconstructor This is a concrete implementation of the AliReconstructor that reconstructs pseudo-inclusive-multiplicities from digits (raw or from simulation)

Calibration and geometry parameters are managed by separate singleton managers. These are AliFMDGeometry and AliFMDParameters. Please refer to these classes for more information on these.

Definition at line 306 of file AliFMD.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
kSiId 
kAirId 
kPlasticId 
kPcbId 
kSiChipId 
kAlId 
kCarbonId 
kCopperId 
kKaptonId 
kSteelId 

Definition at line 608 of file AliFMD.h.

Constructor & Destructor Documentation

AliFMD::AliFMD ( )

Default constructor. Do not use.

Definition at line 133 of file AliFMD.cxx.

AliFMD::AliFMD ( const char *  name,
const char *  title 
)

Normal constructor

Parameters
nameName of object.
titleTitle of object.

Definition at line 153 of file AliFMD.cxx.

AliFMD::~AliFMD ( )
virtual

Destructor

Definition at line 183 of file AliFMD.cxx.

AliFMD::AliFMD ( const AliFMD other)
private

debugging - bad hits

Copy constructor

Parameters
otherObject to copy from

Member Function Documentation

void AliFMD::AddAlignableVolumes ( ) const
virtual

Create entries for alignable volumes associating the symbolic volume name with the corresponding volume path. Needs to be syncronized with eventual changes in the geometry.

Reimplemented from AliDetector.

Definition at line 1060 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::AddDigit ( Int_t *  digits,
Int_t *  notused = 0 
)
virtual

Add a digit to the Digit tree

Parameters
digits
  • digits[0] [UShort_t] Detector #
  • digits[1] [Char_t] Ring ID
  • digits[2] [UShort_t] Sector #
  • digits[3] [UShort_t] Strip #
  • digits[4] [UShort_t] ADC Count
  • digits[5] [Short_t] ADC Count, -1 if not used
  • digits[6] [Short_t] ADC Count, -1 if not used
notusedNot used

Reimplemented from AliModule.

Definition at line 754 of file AliFMD.cxx.

Referenced by SDigits().

void AliFMD::AddDigitByFields ( UShort_t  detector = 0,
Char_t  ring = '\0',
UShort_t  sector = 0,
UShort_t  strip = 0,
UShort_t  count1 = 0,
Short_t  count2 = -1,
Short_t  count3 = -1,
Short_t  count4 = -1,
UShort_t  nrefs = 0,
Int_t *  refs = 0 
)
virtual

add a real digit

Parameters
detectorDetector # (1, 2, or 3)
ringRing ID ('I' or 'O')
sectorSector # (For inner/outer rings: 0-19/0-39)
stripStrip # (For inner/outer rings: 0-511/0-255)
count1ADC count (a 10-bit word)
count2ADC count (a 10-bit word), or -1 if not used
count3ADC count (a 10-bit word), or -1 if not used

Definition at line 780 of file AliFMD.cxx.

Referenced by AliFMDBaseDigitizer::AddDigit(), AddDigit(), and SDigits().

void AliFMD::AddHit ( Int_t  track,
Int_t *  vol,
Float_t *  hits 
)
virtual

Add a hit to the hits tree

Parameters
trackTrack #
volVolume parameters, interpreted as
  • ivol[0] [UShort_t ] Detector #
  • ivol[1] [Char_t ] Ring ID
  • ivol[2] [UShort_t ] Sector #
  • ivol[3] [UShort_t ] Strip #
hitsHit information
  • hits[0] [Float_t ] Track's X-coordinate at hit
  • hits[1] [Float_t ] Track's Y-coordinate at hit
  • hits[3] [Float_t ] Track's Z-coordinate at hit
  • hits[4] [Float_t ] X-component of track's momentum
  • hits[5] [Float_t ] Y-component of track's momentum
  • hits[6] [Float_t ] Z-component of track's momentum
  • hits[7] [Float_t ] Energy deposited by track
  • hits[8] [Int_t ] Track's particle Id #
  • hits[9] [Float_t ] Time when the track hit

Reimplemented from AliModule.

Definition at line 627 of file AliFMD.cxx.

Referenced by SDigits().

AliFMDHit * AliFMD::AddHitByFields ( Int_t  track,
UShort_t  detector,
Char_t  ring,
UShort_t  sector,
UShort_t  strip,
Float_t  x = 0,
Float_t  y = 0,
Float_t  z = 0,
Float_t  px = 0,
Float_t  py = 0,
Float_t  pz = 0,
Float_t  edep = 0,
Int_t  pdg = 0,
Float_t  t = 0,
Float_t  len = 0,
Bool_t  stopped = kFALSE 
)
virtual

Add a hit to the list

Parameters
trackTrack #
detectorDetector # (1, 2, or 3)
ringRing ID ('I' or 'O')
sectorSector # (For inner/outer rings: 0-19/0-39)
stripStrip # (For inner/outer rings: 0-511/0-255)
xTrack's X-coordinate at hit
yTrack's Y-coordinate at hit
zTrack's Z-coordinate at hit
pxX-component of track's momentum
pyY-component of track's momentum
pzZ-component of track's momentum
edepEnergy deposited by track
pdgTrack's particle Id #
tTime when the track hit
lenTrack length through the material.
stoppedWhether track was stopped or disappeared

Definition at line 668 of file AliFMD.cxx.

Referenced by AddHit(), MakeFakeHits(), SDigits(), and AliFMDv1::StepManager().

void AliFMD::AddSDigit ( Int_t *  digits)
virtual

Add a digit to the Digit tree

Parameters
digits
  • digits[0] [UShort_t] Detector #
  • digits[1] [Char_t] Ring ID
  • digits[2] [UShort_t] Sector #
  • digits[3] [UShort_t] Strip #
  • digits[4] [Float_t] Edep
  • digits[5] [UShort_t] ADC Count
  • digits[6] [Short_t] ADC Count, -1 if not used
  • digits[7] [Short_t] ADC Count, -1 if not used
  • digits[8] [Short_t] ADC Count, -1 if not used
  • digits[9] [UShort_t] N total particles
  • digits[10] [UShort_t] N total primary particles

Definition at line 817 of file AliFMD.cxx.

Referenced by SDigits().

void AliFMD::AddSDigitByFields ( UShort_t  detector = 0,
Char_t  ring = '\0',
UShort_t  sector = 0,
UShort_t  strip = 0,
Float_t  edep = 0,
UShort_t  count1 = 0,
Short_t  count2 = -1,
Short_t  count3 = -1,
Short_t  count4 = -1,
UShort_t  ntot = 0,
UShort_t  nprim = 0,
Int_t *  refs = 0 
)
virtual

add a summable digit - as coming from data

Parameters
detectorDetector # (1, 2, or 3)
ringRing ID ('I' or 'O')
sectorSector # (For inner/outer rings: 0-19/0-39)
stripStrip # (For inner/outer rings: 0-511/0-255)
edepEnergy deposited
count1ADC count (a 10-bit word)
count2ADC count (a 10-bit word), or -1 if not used
count3ADC count (a 10-bit word), or -1 if not used

Definition at line 847 of file AliFMD.cxx.

Referenced by AliFMDHitDigitizer::AddDigit(), AddSDigit(), and SDigits().

void AliFMD::Browse ( TBrowser *  b)
virtual

Browse this object

Parameters
bBrowser to show this object in

Reimplemented from AliDetector.

Definition at line 1049 of file AliFMD.cxx.

Referenced by SDigits().

AliDigitizer * AliFMD::CreateDigitizer ( AliDigitizationInput digInput) const
virtual

Create a digitizer object

Parameters
managerDigitization manager
Returns
a newly allocated AliFMDDigitizer

Reimplemented from AliModule.

Definition at line 966 of file AliFMD.cxx.

Referenced by SDigits().

void AliFMD::CreateGeometry ( )
virtual

Define the geometry. This is done by asking the manager AliFMDGeometry to construct the geometry. This in turn calls AliFMDGeometryBuilder.

Reimplemented from AliModule.

Definition at line 215 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::CreateMaterials ( )
virtual

Create the tracking mediums used by the FMD. This associates the tracking mediums defined with the FMD in the TVirtualMCApplication (AliMC).

The defined mediums are

  • FMD Si$ Silicon (active medium in sensors)
  • FMD C$ Carbon fibre (support cone for FMD3 and vacuum pipe)
  • FMD Al$ Aluminium (honeycomb support plates)
  • FMD PCB$ Printed Circuit Board (FEE board with VA1_3)
  • FMD Chip$ Electronics chips (currently not used)
  • FMD Air$ Air (Air in the FMD)
  • FMD Plastic$ Plastic (Support legs for the hybrid cards)

Reimplemented from AliModule.

Definition at line 230 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::Digits2Raw ( )
virtual

Turn digits into raw data. This uses the class AliFMDRawWriter to do the job. Please refer to that class for more information.

Reimplemented from AliModule.

Definition at line 992 of file AliFMD.cxx.

Referenced by Digits2Raw(), and SDigits().

TClonesArray * AliFMD::DigitsArray ( )
protected

Initialize digit array if not already done, and return pointert.

Returns
Digit array

Definition at line 913 of file AliFMD.cxx.

Referenced by AddDigitByFields(), MakeBranch(), SDigits(), and SetTreeAddress().

void AliFMD::FinishEvent ( )
virtual

Called at the end of each simulation event. If the debug level is high enough a list of bad hits is printed.

Reimplemented from AliModule.

Definition at line 534 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::Hits2Digits ( )
virtual

Create AliFMDDigit's from AliFMDHit's. This is done by creating an AliFMDDigitizer object, and executing it.

Reimplemented from AliModule.

Definition at line 941 of file AliFMD.cxx.

Referenced by Hits2Digits(), and SDigits().

void AliFMD::Hits2SDigits ( )
virtual

Create AliFMDSDigit's from AliFMDHit's. This is done by creating an AliFMDSDigitizer object, and executing it.

Reimplemented from AliModule.

Definition at line 953 of file AliFMD.cxx.

Referenced by Hits2SDigits(), and SDigits().

TClonesArray * AliFMD::HitsArray ( )
protected

Initialize hit array if not already done, and return pointert.

Returns
Hit array

Definition at line 899 of file AliFMD.cxx.

Referenced by AddHitByFields(), MakeBranch(), SDigits(), and SetTreeAddress().

void AliFMD::Init ( void  )
virtual

Initialize this detector

Reimplemented from AliModule.

Definition at line 490 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::MakeBranch ( Option_t *  opt = " ")
virtual
AliFMD& AliFMD::operator= ( const AliFMD other)
private

Assignment operator

Parameters
otherObject to assign from
Returns
Reference to this object
Bool_t AliFMD::Raw2SDigits ( AliRawReader *  reader)
virtual

Convert raw data to sdigits

Parameters
readerRaw reader
Returns
true on success

Reimplemented from AliModule.

Definition at line 1008 of file AliFMD.cxx.

Referenced by SDigits().

void AliFMD::ResetSDigits ( )
virtual

Reset the array of summable digits

Reimplemented from AliModule.

Definition at line 888 of file AliFMD.cxx.

Referenced by Raw2SDigits(), SDigits(), and AliFMDHitDigitizer::StoreDigits().

virtual TClonesArray* AliFMD::SDigits ( )
inlinevirtual

Get the array of summable digits

Returns
summable digits

Definition at line 427 of file AliFMD.h.

Referenced by AliFMDInput::Begin(), Raw2SDigits(), AliFMDHitDigitizer::StoreDigits(), and AliFMDDigitizer::SumContributions().

TClonesArray * AliFMD::SDigitsArray ( )
protected

Initialize summable digit array if not already done, and return pointert.

Returns
Summable digit array

Definition at line 925 of file AliFMD.cxx.

Referenced by AddSDigitByFields(), MakeBranch(), SDigits(), and SetTreeAddress().

void AliFMD::SetHitsAddressBranch ( TBranch *  b)
virtual

Set the TClonesArray to read hits into.

Parameters
bThe branch to containn the hits

Definition at line 612 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::SetSDigitsAddressBranch ( TBranch *  b)
virtual

Set the TClonesArray to read sdigits into.

Parameters
bThe branch to containn the sdigits

Definition at line 619 of file AliFMD.cxx.

Referenced by UseDetailed().

void AliFMD::SetTreeAddress ( )
virtual

Set branch address for the Hits, Digits, and SDigits Tree.

Reimplemented from AliDetector.

Definition at line 589 of file AliFMD.cxx.

Referenced by AliFMDHitDigitizer::Digitize(), AliFMDDigitizer::Digitize(), AliFMDRawWriter::Exec(), and UseDetailed().

virtual void AliFMD::StepManager ( )
pure virtual

This member function is called when ever a track deposites energy (or similar) in an FMD tracking medium. In this base class this member function is pure abstract. In concrete sub-classes, the member function may make hits or other stuff.

Reimplemented from AliDetector.

Implemented in AliFMDv1, and AliFMDv0.

Referenced by UseDetailed().

void AliFMD::UseDetailed ( Bool_t  use = kTRUE)
inline

Wheter to make a detailed geometry

Parameters
useIf true, make detailed geometry

Definition at line 319 of file AliFMD.h.

Member Data Documentation

TObjArray* AliFMD::fBad
protected

Definition at line 621 of file AliFMD.h.

Referenced by FinishEvent(), AliFMDv1::StepManager(), and ~AliFMD().

Bool_t AliFMD::fDetailed
protected

Definition at line 604 of file AliFMD.h.

Referenced by AliFMDv1::AliFMDv1(), CreateGeometry(), and UseDetailed().

Int_t AliFMD::fNsdigits
protected

Definition at line 603 of file AliFMD.h.

Referenced by AddSDigitByFields(), ResetSDigits(), and SDigitsArray().

TClonesArray* AliFMD::fSDigits
protected
Bool_t AliFMD::fUseAssembly
protected

Definition at line 606 of file AliFMD.h.

Referenced by CreateGeometry().

Bool_t AliFMD::fUseOld
protected

Definition at line 605 of file AliFMD.h.


The documentation for this class was generated from the following files: