Ignore:
Timestamp:
01/17/01 09:32:27 (24 years ago)
Author:
harald
Message:
The changes are neccessary to have the same name for trees in MC and in
data. So now there should be no differences in MC data and real data from
FADC system.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r502 r532  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.14 $
    24 // $Author: magicsol $
    25 // $Date: 2001-01-15 12:33:34 $
     23// $Revision: 1.15 $
     24// $Author: harald $
     25// $Date: 2001-01-17 09:32:27 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    754754
    755755  //      create a Tree for the Header Event
    756   TTree HeaderTree("HeaderTree","Header of Run");
     756  TTree HeaderTree("McHeaders","Monte Carlo Header of Run");
    757757 
    758758  //      define branches of Header Tree
     
    811811
    812812  //      create a Tree for the Event data stream
    813   TTree EvtTree("EvtTree","Events of Run");
     813  TTree EvtTree("Events","Normal Triggered Events");
    814814
    815815  if (Write_McEvt){
     
    30963096//
    30973097// $Log: not supported by cvs2svn $
     3098// Revision 1.14  2001/01/15 12:33:34  magicsol
     3099// Some modifications have been done to use the new (Dec'2000) Raw data format.
     3100// There are also some minnors modifications to adapt the improvements in the
     3101// MTrigger class (overlaping time and trigger cells).
     3102//
    30983103// Revision 1.13  2000/10/25 08:14:23  magicsol
    30993104// The routine that produce poisson random numbers to decide how many phe
     
    31093114//
    31103115// $Log: not supported by cvs2svn $
     3116// Revision 1.14  2001/01/15 12:33:34  magicsol
     3117// Some modifications have been done to use the new (Dec'2000) Raw data format.
     3118// There are also some minnors modifications to adapt the improvements in the
     3119// MTrigger class (overlaping time and trigger cells).
     3120//
    31113121// Revision 1.13  2000/10/25 08:14:23  magicsol
    31123122// The routine that produce poisson random numbers to decide how many phe
Note: See TracChangeset for help on using the changeset viewer.