1 #ifndef ALIMUONRECONSTRUCTOR_H
2 #define ALIMUONRECONSTRUCTOR_H
15 #ifndef ALIRECONSTRUCTOR_H
16 # include "AliReconstructor.h"
18 #ifndef ROOT_TObjArray
46 virtual Bool_t HasDigitConversion()
const;
48 virtual void ConvertDigits(AliRawReader* rawReader, TTree* digitsTree)
const;
50 virtual void Reconstruct(AliRawReader* rawReader, TTree* clustersTree)
const;
52 virtual void Reconstruct(TTree* digitsTree, TTree* clustersTree)
const;
54 virtual AliTracker* CreateTracker()
const;
67 void ConvertDigits(AliRawReader* rawReader,
71 void CreateCalibrationData()
const;
72 void CreateCalibrator()
const;
73 void CreateDigitMaker()
const;
74 void CreateTriggerCircuit()
const;
75 void CreateTriggerUtilities()
const;
78 TTree& clustersTree)
const;
99 mutable Bool_t fShouldCalibrate;
Base class of a track container.
Reading Raw data class for trigger and tracker chambers.
Interface of a cluster finder.
Interface for a digit container.
Interface of a cluster finder for combined tracking.
Class with MUON reconstruction parameters.
Utilities for trigger (check if pad is masked)
Base class of a trigger information store.
Manager class for muon trigger electronics.
Class to calibrate the digits.
Interface of a cluster container.
Single entry point to access MUON calibration data.
Implementation of AliReconstructor for MUON (both tracker and trigger)