Changeset 1082 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 11/15/01 12:06:46 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillH.cc
r1076 r1082 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 07/2001 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 07/2001 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 20 ! Copyright: MAGIC Software Development, 2000-2001 … … 44 44 // yourself, using MReadTree::EnableBranch() // 45 45 // // 46 // Checkout the Warning in MTaskList. // 47 // // 46 48 // Input Containers: // 47 49 // A parameter container // … … 88 90 Init(name, title); 89 91 92 fHName = hist; 90 93 fParContainerName = par; 91 fHName = hist;92 94 } 93 95 … … 105 107 Init(name, title); 106 108 109 fHName = hist; 107 110 fParContainer = par; 108 f HName = hist;111 fParContainerName = par->GetName(); 109 112 } 110 113 … … 122 125 Init(name, title); 123 126 127 fH = hist; 128 fHName = hist->GetName(); 124 129 fParContainerName = par; 125 fH = hist;126 130 } 127 131 … … 139 143 Init(name, title); 140 144 145 fH = hist; 146 fHName = hist->GetName(); 141 147 fParContainer = par; 142 f H = hist;148 fParContainerName = par->GetName(); 143 149 } 144 150 … … 158 164 if (!fParContainer) 159 165 { 160 *fLog << dbginf << fParContainerName << " [MParContainer] not found... aborting." << endl;166 *fLog << err << dbginf << fParContainerName << " [MParContainer] not found... aborting." << endl; 161 167 return kFALSE; 162 168 } … … 172 178 if (!fH->InheritsFrom("MH")) 173 179 { 174 *fLog << dbginf << fH->GetDescriptor() << " ";180 *fLog << err << dbginf << fH->GetDescriptor() << " "; 175 181 *fLog << "doesn't inherit from MH - cannot be used for MFillH... aborting." << endl; 176 182 return kFALSE; -
trunk/MagicSoft/Mars/mhist/MH.cc
r1077 r1082 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 07/2001 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 07/2001 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 20 ! Copyright: MAGIC Software Development, 2000-2001 -
trunk/MagicSoft/Mars/mhist/MHFadcCam.cc
r1077 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 44 44 // creates an a list of histograms for all pixels and both gain channels 45 45 // 46 #include <iostream.h>47 46 MHFadcCam::MHFadcCam(const char *name, const char *title) 48 47 { -
trunk/MagicSoft/Mars/mhist/MHFadcPix.cc
r1030 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 -
trunk/MagicSoft/Mars/mhist/MHHillas.cc
r1077 r1082 1 /* ======================================================================== *\ 2 ! 3 ! * 4 ! * This file is part of MARS, the MAGIC Analysis and Reconstruction 5 ! * Software. It is distributed to you in the hope that it can be a useful 6 ! * and timesaving tool in analysing Data of imaging Cerenkov telescopes. 7 ! * It is distributed WITHOUT ANY WARRANTY. 8 ! * 9 ! * Permission to use, copy, modify and distribute this software and its 10 ! * documentation for any purpose is hereby granted without fee, 11 ! * provided that the above copyright notice appear in all copies and 12 ! * that both that copyright notice and this permission notice appear 13 ! * in supporting documentation. It is provided "as is" without express 14 ! * or implied warranty. 15 ! * 16 ! 17 ! 18 ! Author(s): Thomas Bretz 2001 <mailto:tbretz@uni-sw.gwdg.de> 19 ! 20 ! Copyright: MAGIC Software Development, 2000-2001 21 ! 22 ! 23 \* ======================================================================== */ 24 1 25 /////////////////////////////////////////////////////////////////////// 2 26 // -
trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc
r1004 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 -
trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc
r1004 r1082 16 16 ! 17 17 ! 18 ! Author(s): Javier Lopez 05/2001 (jlopez@ifae.es) 18 ! Author(s): Javier Lopez 05/2001 <mailto:jlopez@ifae.es> 19 ! Author(s): Thomas Bretz 05/2001 <mailto:tbretz@uni-sw.gwdg.de> 19 20 ! 20 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 42 43 43 44 #include "MH.h" 45 46 #include "MLog.h" 47 #include "MLogManip.h" 44 48 45 49 ClassImp(MHMcEnergy); … … 210 214 void MHMcEnergy::Print(Option_t*) const 211 215 { 212 cout<< "Threshold: " << fThreshold << " +- " << fThresholdErr << endl;216 *fLog << all << "Threshold: " << fThreshold << " +- " << fThresholdErr << endl; 213 217 } 214 218 -
trunk/MagicSoft/Mars/mhist/MHMcRate.cc
r1004 r1082 16 16 ! 17 17 ! 18 ! Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)19 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 21 ! Copyright: MAGIC Software Development, 2000-2001 … … 196 196 void MHMcRate::Print(Option_t *) const 197 197 { 198 *fLog << "Incident rate " << fShowerRate << " Hz " << endl;198 *fLog << all << "Incident rate " << fShowerRate << " Hz " << endl; 199 199 *fLog << "Trigger Rate " << fTriggerRate << " +- " << fTriggerRateError << " Hz" << endl; 200 200 } … … 206 206 void MHMcRate::Draw(Option_t *) 207 207 { 208 *fLog << dbginf << "To be iplemented" << endl;208 *fLog << all << dbginf << " - MHMcRate::Draw: To be iplemented" << endl; 209 209 } 210 210 211 211 TObject *MHMcRate::DrawClone(Option_t *) const 212 212 { 213 *fLog << dbginf << "To be iplemented" << endl;213 *fLog << all << dbginf << " - MHMcRate::DrawClone: To be iplemented" << endl; 214 214 return NULL; 215 215 } -
trunk/MagicSoft/Mars/mhist/MHStarMap.cc
r1004 r1082 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@uni-sw.gwdg.de> 19 19 ! 20 20 ! Copyright: MAGIC Software Development, 2000-2001
Note:
See TracChangeset
for help on using the changeset viewer.