]> git.uio.no Git - u/mrichter/AliRoot.git/commit - FMD/AliFMDReconstructor.h
Various style issues dealt with, like inclussion of header files, etc.
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Nov 2004 14:48:27 +0000 (14:48 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Nov 2004 14:48:27 +0000 (14:48 +0000)
commit56b1929b4687f57bebdd95309d2994db32b6255c
treef7336e536c45de24e0018f5d298a31fedc9e6d3f
parentb7943f003a6b4cab77186d1c1cd6d552b9a2b7a6
Various style issues dealt with, like inclussion of header files, etc.
Honeycomb material changed to Aluminum - which is what want.
New split of reconstruction classes.   We have one `manager' class:
`AliFMDReconstructor' that contains a list of algorithms derived
from AliFMDMultAlgorithm.  Currently implemented are `AliFMDMultNaiive'
and `AliFMDMultPoisson'.
New data structure `AliFMDMult' encodes common multiplicity information.
`AliFMDMultRegion' hold multiplicity information gather from sevaral strips,
like when using the Poisson method.  This class should be extended to
give information on the average eta, phi value.
`AliFMDMultStrip' hold information on multiplicity from a single strip,
as is the case when using the naiive approach to reconstruction.
Some old and obsolete files are removed.
AliFMDMap is moved into libFMDbase as per request of Thomas Kuhr.
New subdirectory `scripts' will hold various scripts for testing, and so
on.
47 files changed:
FMD/AliFMD.cxx
FMD/AliFMD.h
FMD/AliFMD1.h
FMD/AliFMD2.cxx
FMD/AliFMD2.h
FMD/AliFMD3.h
FMD/AliFMDBoolMap.cxx [new file with mode: 0644]
FMD/AliFMDBoolMap.h [new file with mode: 0644]
FMD/AliFMDDigit.cxx
FMD/AliFMDDigit.h
FMD/AliFMDDigitizer.cxx
FMD/AliFMDHit.h
FMD/AliFMDMult.cxx [moved from FMD/AliFMDPoissonAlgorithm.cxx with 53% similarity]
FMD/AliFMDMult.h [new file with mode: 0644]
FMD/AliFMDMultAlgorithm.cxx [moved from FMD/AliFMDReconstructionAlgorithm.cxx with 69% similarity]
FMD/AliFMDMultAlgorithm.h [moved from FMD/AliFMDReconstructionAlgorithm.h with 57% similarity]
FMD/AliFMDMultNaiive.cxx [new file with mode: 0644]
FMD/AliFMDMultNaiive.h [new file with mode: 0644]
FMD/AliFMDMultPoisson.cxx [new file with mode: 0644]
FMD/AliFMDMultPoisson.h [new file with mode: 0644]
FMD/AliFMDMultRegion.cxx [moved from FMD/AliFMDParticles.cxx with 56% similarity]
FMD/AliFMDMultRegion.h [new file with mode: 0644]
FMD/AliFMDMultStrip.cxx [new file with mode: 0644]
FMD/AliFMDMultStrip.h [new file with mode: 0644]
FMD/AliFMDNaiiveAlgorithm.cxx [deleted file]
FMD/AliFMDParticles.h [deleted file]
FMD/AliFMDPoissonAlgorithm.h [deleted file]
FMD/AliFMDPolygon.h
FMD/AliFMDRawReader.cxx
FMD/AliFMDRawStream.cxx
FMD/AliFMDRawWriter.cxx
FMD/AliFMDReconstructor.cxx
FMD/AliFMDReconstructor.h
FMD/AliFMDRing.cxx
FMD/AliFMDSubDetector.cxx
FMD/AliFMDv1.cxx
FMD/Digitize.C [deleted file]
FMD/Document.C [deleted file]
FMD/FMDbaseLinkDef.h
FMD/FMDrecLinkDef.h
FMD/FMDsimLinkDef.h
FMD/ReadRaw.C [deleted file]
FMD/Reconstruct.C
FMD/libFMDbase.pkg
FMD/libFMDrec.pkg
FMD/libFMDsim.pkg
FMD/scripts/.cvsignore [new file with mode: 0644]