Ignore:
Timestamp:
03/18/05 17:21:58 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
10 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h

    r6848 r6855  
    44#pragma link off all classes;
    55#pragma link off all functions;
    6 
    7 #pragma link C++ class MCerPhotPix+;
    8 #pragma link C++ class MCerPhotEvt+;
    9 #pragma link C++ class MCerPhotEvtIter+;
    10 #pragma link C++ class MCerPhotAnal+;
    11 #pragma link C++ class MCerPhotAnal2+;
    12 #pragma link C++ class MCerPhotCalc+;
    136
    147#pragma link C++ class MCameraData+;
     
    2720
    2821#pragma link C++ class MMatrixLoop+;
    29 /*
    30 #pragma link C++ class MSigmabar+;
    31 #pragma link C++ class MSigmabarCalc+;
    32 #pragma link C++ class MSigmabarParam+;
    33 */
     22
    3423#pragma link C++ class MEventRate+;
    3524#pragma link C++ class MEventRateCalc+;
     
    3827#pragma link C++ class MParameterD+;
    3928#pragma link C++ class MParameterDerr+;
    40 //#pragma link C++ class MParameters+;
    4129
    4230#pragma link C++ class MMcTriggerLvl2+;
     
    4937#pragma link C++ class MFiltercutsCalc+;
    5038
    51 //#pragma link C++ class MPad+;
    5239#pragma link C++ class MMcCalibrationUpdate+;
    53 //#pragma link C++ class MMakePadHistograms+;
    5440
    5541#endif
  • trunk/MagicSoft/Mars/manalysis/MCameraData.cc

    r6569 r6855  
    4545#include "MPedPhotPix.h"
    4646
    47 #include "MCerPhotEvt.h"
    48 #include "MCerPhotPix.h"
     47#include "MSignalCam.h"
     48#include "MSignalPix.h"
    4949
    5050#include "MSigmabar.h"
    51 #include "MArrivalTime.h"
    5251
    5352ClassImp(MCameraData);
     
    5756// --------------------------------------------------------------------------
    5857//
    59 // Creates a MCerPhotPix object for each pixel in the event
     58// Creates a MSignalPix object for each pixel in the event
    6059//
    6160MCameraData::MCameraData(const char *name, const char *title)
     
    9998// FIXME: Should the check noise<=0 be replaced by MBadPixels?
    10099//
    101 void MCameraData::CalcCleaningLevel(const MCerPhotEvt &evt, const MPedPhotCam &cam,
     100void MCameraData::CalcCleaningLevel(const MSignalCam &evt, const MPedPhotCam &cam,
    102101                                    const MGeomCam &geom)
    103102{
     
    114113
    115114    // calculate cleaning levels
    116     for (Int_t i=0; i<entries; i++)
    117     {
    118         const MCerPhotPix &pix = evt[i];
    119 
    120         const Int_t idx = pix.GetPixId();
     115    for (Int_t idx=0; idx<entries; idx++)
     116    {
     117        const MSignalPix &pix = evt[idx];
     118
    121119        const Float_t noise = cam[idx].GetRms();
    122120
     
    145143// FIXME: Should the check noise<=0 be replaced by MBadPixels?
    146144//
    147 void MCameraData::CalcCleaningLevel2(const MCerPhotEvt &evt, const MPedPhotCam &cam,
     145void MCameraData::CalcCleaningLevel2(const MSignalCam &evt, const MPedPhotCam &cam,
    148146                                     const MGeomCam &geom)
    149147{
     
    164162    // calculate cleaning levels
    165163    const Int_t entries = evt.GetNumPixels();
    166     for (Int_t i=0; i<entries; i++)
    167     {
    168         const MCerPhotPix &pix = evt[i];
    169 
    170         const Int_t   idx   = pix.GetPixId();
     164    for (Int_t idx=0; idx<entries; idx++)
     165    {
     166        const MSignalPix &pix = evt[idx];
     167
    171168        const Float_t noise = cam[idx].GetRms();
    172169
     
    189186
    190187
    191 void MCameraData::CalcCleaningLevel(const MCerPhotEvt &evt, const MSigmabar &sgb,
     188void MCameraData::CalcCleaningLevel(const MSignalCam &evt, const MSigmabar &sgb,
    192189                                    const MGeomCam &geom)
    193190{
     
    195192}
    196193
    197 void MCameraData::CalcCleaningLevel(const MCerPhotEvt &evt, Double_t noise,
     194void MCameraData::CalcCleaningLevel(const MSignalCam &evt, Double_t noise,
    198195                                    const MGeomCam &geom)
    199196{
     
    213210    // calculate cleaning levels
    214211    const Int_t entries = evt.GetNumPixels();
    215     for (Int_t i=0; i<entries; i++)
    216     {
    217         const MCerPhotPix &pix = evt[i];
    218 
    219         const Int_t idx = pix.GetPixId();
     212    for (Int_t idx=0; idx<entries; idx++)
     213    {
     214        const MSignalPix &pix = evt[idx];
    220215
    221216        //
     
    237232// FIXME: Should the check noise<=0 be replaced by MBadPixels?
    238233//
    239 void MCameraData::CalcCleaningLevelDemocratic(const MCerPhotEvt &evt, const MPedPhotCam &cam,
     234void MCameraData::CalcCleaningLevelDemocratic(const MSignalCam &evt, const MPedPhotCam &cam,
    240235                                              const MGeomCam &geom)
    241236{
     
    256251    // calculate cleaning levels
    257252    const Int_t entries = evt.GetNumPixels();
    258     for (Int_t i=0; i<entries; i++)
    259     {
    260         const MCerPhotPix &pix = evt[i];
    261 
    262         const Int_t idx     = pix.GetPixId();
     253    for (Int_t idx=0; idx<entries; idx++)
     254    {
     255        const MSignalPix &pix = evt[idx];
     256
    263257        const Float_t noise = cam[idx].GetRms();
    264258
     
    286280// FIXME: Should the check noise<=0 be replaced by MBadPixels?
    287281//
    288 void MCameraData::CalcCleaningProbability(const MCerPhotEvt &evt, const MPedPhotCam &pcam,
    289                                           const MGeomCam &geom,   const MArrivalTime *tcam)
     282void MCameraData::CalcCleaningProbability(const MSignalCam &evt, const MPedPhotCam &pcam,
     283                                          const MGeomCam &geom)
    290284{
    291285    const Int_t n = geom.GetNumPixels();
     
    307301    // Find pixel with max signal
    308302    Int_t maxidx = 0;
    309     if (tcam)
    310     {
    311         // Find pixel enty with maximum signal
    312         for (Int_t i=0; i<entries; i++)
    313         {
    314             const Double_t s0 = evt[i].GetNumPhotons()      * geom.GetPixRatio(i);
    315             const Double_t s1 = evt[maxidx].GetNumPhotons() * geom.GetPixRatio(maxidx);
    316             if (s0>s1)
    317                 maxidx = i;
    318         }
    319 
    320         // Get software index of pixel
    321         maxidx = evt[maxidx].GetPixId();
    322     }
    323 
    324     const Double_t timemean = tcam ? (*tcam)[maxidx] : 0;
     303
     304    // Find pixel entry with maximum signal
     305    for (Int_t i=0; i<entries; i++)
     306    {
     307        const Double_t s0 = evt[i].GetNumPhotons()      * geom.GetPixRatio(i);
     308        const Double_t s1 = evt[maxidx].GetNumPhotons() * geom.GetPixRatio(maxidx);
     309        if (s0>s1)
     310            maxidx = i;
     311    }
     312
     313    const Double_t timemean = evt[maxidx].GetArrivalTime();
    325314    const Double_t timerms  = 0.75; //[slices] rms time spread around highest pixel
    326315
    327316    // calculate cleaning levels
    328     for (Int_t i=0; i<entries; i++)
    329     {
    330         const MCerPhotPix &spix = evt[i];
    331 
    332         const Int_t   idx = spix.GetPixId();
     317    for (Int_t idx=0; idx<entries; idx++)
     318    {
     319        const MSignalPix &spix = evt[idx];
     320
    333321        const Float_t rms = pcam[idx].GetRms();
    334322        if (rms<=0) // fData[idx]=0, fValidity[idx]=0
     
    342330
    343331        const Double_t signal  = spix.GetNumPhotons() * geom.GetPixRatio(idx) * ratio / rms;
    344         const Double_t time    = tcam ? (*tcam)[idx] : 1;
     332        const Double_t time    = evt[idx].GetArrivalTime();
    345333
    346334        // if signal<0 the probability is equal 0
     
    377365// The level is the absolute number of photons times the area-ratio.
    378366//
    379 void MCameraData::CalcCleaningAbsolute(const MCerPhotEvt &evt, const MGeomCam &geom)
     367void MCameraData::CalcCleaningAbsolute(const MSignalCam &evt, const MGeomCam &geom)
    380368{
    381369    const Int_t n = geom.GetNumPixels();
     
    391379
    392380    // calculate cleaning levels
    393     for (Int_t i=0; i<entries; i++)
    394     {
    395         const MCerPhotPix &spix = evt[i];
    396 
    397         const Int_t idx = spix.GetPixId();
     381    for (Int_t idx=0; idx<entries; idx++)
     382    {
     383        const MSignalPix &spix = evt[idx];
    398384
    399385        // Set probability
  • trunk/MagicSoft/Mars/manalysis/MCameraData.h

    r6569 r6855  
    1717class MGeomCam;
    1818class MSigmabar;
    19 class MCerPhotEvt;
     19class MSignalCam;
    2020class MPedPhotCam;
    21 class MArrivalTime;
    2221
    2322class MCameraData : public MParContainer, public MCamEvent
     
    3332    UInt_t GetNumPixels() const { return fData.GetSize(); }
    3433
    35     void CalcCleaningLevel(const MCerPhotEvt &evt, const MPedPhotCam &fCam,
     34    void CalcCleaningLevel(const MSignalCam &evt, const MPedPhotCam &fCam,
    3635                           const MGeomCam &geom);
    37     void CalcCleaningLevel(const MCerPhotEvt &evt, const MSigmabar &sgb,
     36    void CalcCleaningLevel(const MSignalCam &evt, const MSigmabar &sgb,
    3837                           const MGeomCam &geom);
    39     void CalcCleaningLevel(const MCerPhotEvt &evt, Double_t noise,
     38    void CalcCleaningLevel(const MSignalCam &evt, Double_t noise,
    4039                           const MGeomCam &geom);
    41     void CalcCleaningLevel2(const MCerPhotEvt &evt, const MPedPhotCam &fCam,
     40    void CalcCleaningLevel2(const MSignalCam &evt, const MPedPhotCam &fCam,
    4241                            const MGeomCam &geom);
    43     void CalcCleaningLevelDemocratic(const MCerPhotEvt &evt, const MPedPhotCam &cam,
     42    void CalcCleaningLevelDemocratic(const MSignalCam &evt, const MPedPhotCam &cam,
    4443                                     const MGeomCam &geom);
    45     void CalcCleaningProbability(const MCerPhotEvt &evt, const MPedPhotCam &pcam,
    46                                  const MGeomCam &geom,   const MArrivalTime *tcam);
    47     void CalcCleaningAbsolute(const MCerPhotEvt &evt, const MGeomCam &geom);
     44    void CalcCleaningProbability(const MSignalCam &evt, const MPedPhotCam &pcam,
     45                                 const MGeomCam &geom);
     46    void CalcCleaningAbsolute(const MSignalCam &evt, const MGeomCam &geom);
    4847
    4948    const TArrayD &GetData() const { return fData; }
  • trunk/MagicSoft/Mars/manalysis/MSupercutsCalc.cc

    r3140 r6855  
    2424
    2525/////////////////////////////////////////////////////////////////////////////
    26 //                                                                         //
    27 //   MSupercutsCalc                                                     //
    28 //                                                                         //
    29 //   this class calculates the hadronness for the supercuts                //
    30 //   the parameters of the supercuts are taken                             //
    31 //                  from the container MSupercuts                       //
    32 //                                                                         //
    33 //                                                                         //
     26//
     27//   MSupercutsCalc
     28//
     29//   this class calculates the hadronness for the supercuts
     30//   the parameters of the supercuts are taken
     31//                  from the container MSupercuts
     32//
    3433/////////////////////////////////////////////////////////////////////////////
    3534#include "MSupercutsCalc.h"
     
    4645#include "MNewImagePar.h"
    4746#include "MMcEvt.hxx"
    48 #include "MCerPhotEvt.h"
    4947#include "MGeomCam.h"
    5048#include "MHadronness.h"
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r6848 r6855  
    3636           MCompProbCalc.cc \
    3737           MMultiDimDistCalc.cc \
    38            MCerPhotPix.cc \
    39            MCerPhotEvt.cc \
    40            MCerPhotAnal.cc \
    41            MCerPhotAnal2.cc \
    42            MCerPhotCalc.cc \
    4338           MEventRate.cc \
    4439           MEventRateCalc.cc \
Note: See TracChangeset for help on using the changeset viewer.