]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Alieve/TRDLoaderSingle.h
Runloader is updated when moving to next file (quick fix).
[u/mrichter/AliRoot.git] / EVE / Alieve / TRDLoaderSingle.h
CommitLineData
14217b5f 1#ifndef ALIEVE_TRDLoaderSingle_H
2#define ALIEVE_TRDLoaderSingle_H
3
4////////////////////////////////////////////////////////////////////////
5// // - ALIEVE implementation -
6// Single event loader for the TRD detector
7// - TRDLoader - loader of TRD data for one event
8//
9// by A.Bercuci (A.Bercuci@gsi.de) Fri Oct 27 2006
10////////////////////////////////////////////////////////////////////////
11
12#ifndef ALIEVE_TRDLoade_H
13#include "TRDLoader.h"
14#endif
15
16namespace Alieve {
17 class TRDLoaderSingle : public TRDLoader
18 {
19 public:
20 TRDLoaderSingle(const Text_t* n="TRDLoaderSingle", const Text_t* t=0);
21
22// protected:
f5790a4c 23 Bool_t GoToEvent(int ev);
14217b5f 24 Bool_t Open(const char *file, const char *dir=".");
25
26 ClassDef(TRDLoaderSingle, 1) // Alieve sigle event loader class for the TRD detector
27 };
28}
29#endif