Changeset 1873
- Timestamp:
- 03/28/03 08:58:12 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.h
r1864 r1873 36 36 const char *name=NULL, const char *title=NULL); 37 37 38 void SetInput(TString hilname) { fHillas Name= hilname; }38 void SetInput(TString hilname) { fHillasInput = hilname; } 39 39 40 40 ClassDef(MHillasSrcCalc, 1) // task to calculate the source position depandant hillas parameters … … 42 42 43 43 #endif 44 -
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r1849 r1873 894 894 0, /* elec */ 895 895 0, /* muon */ 896 0/* other */896 event.fhourangle /* other */ 897 897 ); 898 898
Note:
See TracChangeset
for help on using the changeset viewer.