Changeset 9276 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/27/09 11:29:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJSimulation.cc
r9275 r9276 30 30 #include "MJSimulation.h" 31 31 32 //#include <TEnv.h> 33 //#include <TFile.h> 32 #include <TEnv.h> 34 33 35 34 // Core … … 72 71 73 72 #include "MHn.h" 74 #include "MHPSF.h"75 73 #include "MHCamEvent.h" 76 74 #include "MHPhotonEvent.h" … … 497 495 //if (header.IsPointRun()) 498 496 // tasks.AddToList(&fillP); 499 tasks.AddToList(&cont );497 tasks.AddToList(&cont1); 500 498 if (!header.IsPointRun()) 501 499 tasks.AddToList(&fillh2);
Note:
See TracChangeset
for help on using the changeset viewer.