1 #ifndef ALIZDCMISALIGNER_H
2 #define ALIZDCMISALIGNER_H
4 #include "AliMisAligner.h"
6 // Class building the alignment objects for ZDC in the three
7 // canonical scenarios "ideal", "residual" and "full".
8 // It derives from AliMisAligner, thus providing the methods
9 // MakeAlObjsArray (builds and returns the array of alignment objects)
10 // and GetCDBMetaData (returns the metadata for the OCDB entry)
19 class AliZDCMisAligner : public AliMisAligner {
23 TClonesArray* MakeAlObjsArray();
24 AliCDBMetaData* GetCDBMetaData() const;
27 ClassDef(AliZDCMisAligner,0);