- Timestamp:
- 11/18/02 11:18:47 (22 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1630 r1632 35 35 * manalysis/MPedestalCalc.[h,cc]: 36 36 - added (not yet to LinkDef.h and Makefile) 37 38 * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc], 39 mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]: 40 - changed comments 37 41 38 42 -
trunk/MagicSoft/Mars/NEWS
r1612 r1632 1 1 -*-*- END -*-*- 2 2 3 *** Version 0.8 3 *** Version 0.8 (2002/11/18) 4 4 5 5 - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C) … … 15 15 - changed trigrate.C: now it calculates the pure NSB triggers from 16 16 a camera file (generated with no showers), so there is no need 17 to introduce them by hand in the BgR array. 17 to introduce them by hand in the BgR array (for more details 18 please ask Abelardo) 18 19 19 20 - added MHHadroness (and MHadroness) as a general facility to evaluate … … 34 35 35 36 - implemented the Multidimensional Distances (Next Neighbours) 36 (MMultiDimDistCalc, multidimdist.C, MHMatrix)37 (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix) 37 38 38 39 - Added a camera display displaying the pixel numbers to the … … 89 90 - Fixed the error calculation of MHMCollectionArea and MHMcIntRate 90 91 (thanks to Raquel) 92 93 - added the first energy estimator (MEnergyEstParam, estimate.C, 94 estfit.C) using a parametrization 95 96 - Added some new Monte Carlo paremeter containers used to store 97 setup information from the MC chain (MMcConfigRunHeader, 98 MMcCorsikaRunHeader, MGeomPMT, MGeomMirror) 91 99 92 100 -
trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc
r1604 r1632 23 23 \* ======================================================================== */ 24 24 25 /////////////////////////////////////////////////////////////////////// 25 ///////////////////////////////////////////////////////////////////////////// 26 26 // 27 27 // MGeomMirror … … 29 29 // This is the base class of the Mirror geometry. 30 30 // 31 /////////////////////////////////////////////////////////////////////// 31 ///////////////////////////////////////////////////////////////////////////// 32 32 33 33 #include "MGeomMirror.h" … … 71 71 // -------------------------------------------------------------------------- 72 72 // 73 // DESCRIPTION MISSING 73 // DESCRIPTION MISSING: Please contact Oscar 74 74 // 75 75 void MGeomMirror::SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x, -
trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
r1600 r1632 42 42 Float_t dev_x, Float_t dev_y); 43 43 44 ClassDef(MGeomMirror, 1) // class containing information about the Cerenkov Photons in a pixel44 ClassDef(MGeomMirror, 1) // geometry class describing one mirror 45 45 }; 46 46 -
trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc
r1605 r1632 23 23 \* ======================================================================== */ 24 24 25 /////////////////////////////////////////////////////////////////////// 25 ///////////////////////////////////////////////////////////////////////////// 26 26 // 27 27 // MGeomPMT … … 29 29 // This is the base class of the PMT characteristics. 30 30 // 31 /////////////////////////////////////////////////////////////////////// 31 //////////////////////////////////////////////////////////////////////////// 32 32 #include "MGeomPMT.h" 33 33 … … 50 50 // -------------------------------------------------------------------------- 51 51 // 52 // DESCRIPTION MISSING 52 // DESCRIPTION MISSING Please contact Oscar 53 53 // 54 54 void MGeomPMT::SetPMTContent(Int_t pmt, const TArrayF &wav, const TArrayF &qe) -
trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.cc
r1607 r1632 74 74 // -------------------------------------------------------------------------- 75 75 // 76 // DESCRIPTION MISSING 76 // DESCRIPTION MISSING Please contact Oscar 77 77 // 78 78 void MMcConfigRunHeader::SetMagicDef(Float_t radius, … … 98 98 // -------------------------------------------------------------------------- 99 99 // 100 // DESCRIPTION MISSING 100 // DESCRIPTION MISSING Please contact Oscar 101 101 // 102 102 void MMcConfigRunHeader::SetLightGuides(const TArrayF &theta, const TArrayF &factor) -
trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h
r1600 r1632 72 72 MGeomPMT &GetPMT(int i) const { return *(MGeomPMT*)(fPMTs->UncheckedAt(i)); } 73 73 74 ClassDef(MMcConfigRunHeader, 1) // class forconfiguration information74 ClassDef(MMcConfigRunHeader, 1) // class for monte carlo configuration information 75 75 }; 76 76 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.h
r1629 r1632 70 70 ); 71 71 72 ClassDef(MMcCorsikaRunHeader, 1) // storage container for general info72 ClassDef(MMcCorsikaRunHeader, 1) // storage container for corsika setup information 73 73 }; 74 74 #endif -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r1591 r1632 147 147 Bool_t GetAllEvtsTriggered() const { return fAllEvtsTriggered ? kTRUE : kFALSE; } 148 148 149 ClassDef(MMcRunHeader, 3) // storage container for general info149 ClassDef(MMcRunHeader, 3) // storage container for general run info 150 150 }; 151 151 #endif
Note:
See TracChangeset
for help on using the changeset viewer.