ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dasu/UltraFastSim/UFSDataStore.h
(Generate patch)

Comparing UserCode/dasu/UltraFastSim/UFSDataStore.h (file contents):
Revision 1.1 by dasu, Fri Feb 25 15:37:18 2011 UTC vs.
Revision 1.2 by dasu, Thu Jun 16 04:18:44 2011 UTC

# Line 1 | Line 1
1   #ifndef UFSDataStore_H
2   #define UFSDataStore_H
3  
4 < class UltraFastSim;
4 > class EventData;
5   class TFile;
6   class TTree;
7  
8   class UFSDataStore {
9   public:
10 <  UFSDataStore(const char *name, UltraFastSim *ufs);
10 >  UFSDataStore(const char *name, EventData *ufs);
11    ~UFSDataStore();
12    bool run();
13   private:
14    UFSDataStore();
15 <  UltraFastSim *ufs;
15 >  EventData *ufs;
16    TFile *outFile;
17    TTree *tree;
18   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines