12 #ifndef ROOT_TPacketizerFile
13 #define ROOT_TPacketizerFile
33 class TPacketizerFile :
public TVirtualPacketizer {
44 Bool_t fProcNotAssigned;
47 TStopwatch *fStopwatch;
52 TPacketizerFile(
const TPacketizerFile&);
53 void operator=(
const TPacketizerFile&);
56 TPacketizerFile(TList *workers, Long64_t, TList *input, TProofProgressStatus *st = 0);
57 virtual ~TPacketizerFile();
59 TDSetElement *GetNextPacket(TSlave *wrk, TMessage *r);
61 Double_t GetCurrentTime();
63 Float_t GetCurrentRate(Bool_t &all);
64 Int_t GetActiveWorkers() {
return -1; }
66 ClassDef(TPacketizerFile,0)