/[PAMELA software]/DarthVader/RunInfo/src/RunInfo.cpp
ViewVC logotype

Diff of /DarthVader/RunInfo/src/RunInfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by mocchiut, Tue Oct 24 07:28:37 2006 UTC revision 1.12 by mocchiut, Tue Oct 24 07:31:50 2006 UTC
# Line 111  TChain *ItoRunInfo::LoadRunInfoTree(TLis Line 111  TChain *ItoRunInfo::LoadRunInfoTree(TLis
111      RI->Add(name);      RI->Add(name);
112    };    };
113    //    //
114    RI->SetBranchAddress("Run", GetPointerToRI());    RI->SetBranchAddress("RunInfo", GetPointerToRI());
115      RI->SetBranchAddress("SoftInfo", GetPointerToSI());
116    Tout = RI;    Tout = RI;
117    //    //
118    return Tout;                      return Tout;                  

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23