////////////////////////////////////////////////////////////////////////////// // // // Loader for START digits and RecPoints inherit from AliBaseDataLoader // // STARTDigits is TObject consists time flight signal from each PMTtube, // // mean time right and left array (start signal) and time differnce // // (vertex z position) // // START RecPoints is TObject with mean time (start signal) // // and evrtex position (cm) // ///////////////////////////////////////////////////////////////////////////// #include "AliSTARTLoader.h" #include #include "AliDataLoader.h" #include #include #include #include #include ClassImp(AliSTARTLoader) /*****************************************************************************/ AliSTARTLoader::AliSTARTLoader(const Char_t *name,const Char_t *topfoldername): AliLoader(name,topfoldername) { //ctor cout<<" AliSTARTLoader "<Remove(&fDigitsDataLoader); UnloadRecPoints(); fDataLoaders->Remove(&fVertexDataLoader); }