Ignore:
Timestamp:
11/15/01 12:06:46 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MFillH.cc

    r1076 r1082  
    1616!
    1717!
    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>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
     
    4444//   yourself, using MReadTree::EnableBranch()                              //
    4545//                                                                          //
     46//   Checkout the Warning in MTaskList.                                     //
     47//                                                                          //
    4648//  Input Containers:                                                       //
    4749//   A parameter container                                                  //
     
    8890    Init(name, title);
    8991
     92    fHName = hist;
    9093    fParContainerName = par;
    91     fHName = hist;
    9294}
    9395
     
    105107    Init(name, title);
    106108
     109    fHName = hist;
    107110    fParContainer = par;
    108     fHName = hist;
     111    fParContainerName = par->GetName();
    109112}
    110113
     
    122125    Init(name, title);
    123126
     127    fH = hist;
     128    fHName = hist->GetName();
    124129    fParContainerName = par;
    125     fH = hist;
    126130}
    127131
     
    139143    Init(name, title);
    140144
     145    fH = hist;
     146    fHName = hist->GetName();
    141147    fParContainer = par;
    142     fH = hist;
     148    fParContainerName = par->GetName();
    143149}
    144150
     
    158164        if (!fParContainer)
    159165        {
    160             *fLog << dbginf << fParContainerName << " [MParContainer] not found... aborting." << endl;
     166            *fLog << err << dbginf << fParContainerName << " [MParContainer] not found... aborting." << endl;
    161167            return kFALSE;
    162168        }
     
    172178    if (!fH->InheritsFrom("MH"))
    173179    {
    174         *fLog << dbginf << fH->GetDescriptor() << " ";
     180        *fLog << err << dbginf << fH->GetDescriptor() << " ";
    175181        *fLog << "doesn't inherit from MH - cannot be used for MFillH... aborting." << endl;
    176182        return kFALSE;
  • trunk/MagicSoft/Mars/mhist/MH.cc

    r1077 r1082  
    1616!
    1717!
    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>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
  • trunk/MagicSoft/Mars/mhist/MHFadcCam.cc

    r1077 r1082  
    1616!
    1717!
    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
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    4444//  creates an a list of histograms for all pixels and both gain channels
    4545//
    46 #include <iostream.h>
    4746MHFadcCam::MHFadcCam(const char *name, const char *title)
    4847{
  • trunk/MagicSoft/Mars/mhist/MHFadcPix.cc

    r1030 r1082  
    1616!
    1717!
    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
    2020!
    2121!   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
    125///////////////////////////////////////////////////////////////////////
    226//
  • trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc

    r1004 r1082  
    1616!
    1717!
    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
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
  • trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc

    r1004 r1082  
    1616!
    1717!
    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>
    1920!
    2021!   Copyright: MAGIC Software Development, 2000-2001
     
    4243
    4344#include "MH.h"
     45
     46#include "MLog.h"
     47#include "MLogManip.h"
    4448
    4549ClassImp(MHMcEnergy);
     
    210214void MHMcEnergy::Print(Option_t*) const
    211215{
    212     cout << "Threshold: " << fThreshold << " +- " << fThresholdErr << endl;
     216    *fLog << all << "Threshold: " << fThreshold << " +- " << fThresholdErr << endl;
    213217}
    214218
  • trunk/MagicSoft/Mars/mhist/MHMcRate.cc

    r1004 r1082  
    1616!
    1717!
    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
    2020!
    2121!   Copyright: MAGIC Software Development, 2000-2001
     
    196196void MHMcRate::Print(Option_t *) const
    197197{
    198     *fLog << "Incident rate " << fShowerRate << " Hz " << endl;
     198    *fLog << all << "Incident rate " << fShowerRate << " Hz " << endl;
    199199    *fLog << "Trigger Rate " << fTriggerRate << " +- " << fTriggerRateError << " Hz" << endl;
    200200}
     
    206206void MHMcRate::Draw(Option_t *)
    207207{
    208     *fLog << dbginf << "To be iplemented" << endl;
     208    *fLog << all << dbginf << " - MHMcRate::Draw: To be iplemented" << endl;
    209209}
    210210
    211211TObject *MHMcRate::DrawClone(Option_t *) const
    212212{
    213     *fLog << dbginf << "To be iplemented" << endl;
     213    *fLog << all << dbginf << " - MHMcRate::DrawClone: To be iplemented" << endl;
    214214    return NULL;
    215215}
  • trunk/MagicSoft/Mars/mhist/MHStarMap.cc

    r1004 r1082  
    1616!
    1717!
    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>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
Note: See TracChangeset for help on using the changeset viewer.