~ebonnet/+junk/SMFAnalyzer

« back to all changes in this revision

Viewing changes to inc/SMFManagment.h

  • Committer: Eric Bonnet
  • Date: 2015-02-17 13:02:37 UTC
  • Revision ID: bonnet@ganil.fr-20150217130237-5mxyq6umcf6g1hr7
Verification de tout le bouzin ... çà marche

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        SMFManagment();
48
48
        virtual ~SMFManagment();
49
49
        
50
 
        void SetFramDensity(Int_t dd) { fDensity=dd; }
 
50
        void SetFramDensity(Int_t dd) { 
 
51
        //printf("SetFramDensity = %d\n",dd);
 
52
      fDensity=dd;
 
53
   }
51
54
        Float_t GetCurrentEnergy() const { return fEnergy; }
52
55
        void UpdateKinematics(Float_t ee);
53
56
        const Char_t* GetFileName(Int_t run, Float_t ee) const;
54
57
        void CloseFile(Int_t run, Float_t ee);
55
58
        void OpenFile(Int_t run, Float_t ee);
56
 
        void SetTree(const Char_t* type, Int_t run, Float_t ee, Float_t bb);
 
59
        Bool_t SetTree(const Char_t* type, Int_t run, Float_t ee, Float_t bb);
57
60
        
58
61
   TTree* GetTree() const { return fTree; }
59
62
        //KVHashList* GetList() const { return fList; }