Ignore:
Timestamp:
08/18/04 10:12:10 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCam.h

    r3734 r4678  
    22#define MARS_MBadPixelsCam
    33
    4 #ifndef MARS_MParContainer
    5 #include "MParContainer.h"
     4#ifndef MARS_MBadPixelsPix
     5#include "MBadPixelsPix.h"
    66#endif
    77#ifndef MARS_MCamEvent
     
    1010
    1111class TClonesArray;
    12 class MBadPixelsPix;
    1312
    1413class MBadPixelsCam : public MParContainer, public MCamEvent
     
    1615private:
    1716    TClonesArray *fArray; //->
     17
     18    Short_t GetNumMaxCluster(MBadPixelsPix::UnsuitableType_t type, TObjArray &list, Int_t idx, Int_t aidx) const;
    1819
    1920public:
     
    3435    void Merge(const MBadPixelsCam &cam);
    3536
     37    Short_t GetNumUnsuitable(MBadPixelsPix::UnsuitableType_t type, const MGeomCam *geom, Int_t aidx=-1) const;
     38    Short_t GetNumUnsuitable(MBadPixelsPix::UnsuitableType_t type) const { return GetNumUnsuitable(type, 0); }
     39    Short_t GetNumIsolated(MBadPixelsPix::UnsuitableType_t type, const MGeomCam &geom, Int_t aidx=-1) const;
     40    Short_t GetNumIsolated(const MGeomCam &geom, Int_t aidx=-1) const { return GetNumIsolated(MBadPixelsPix::kUnsuitableRun, geom, aidx); }
     41    Short_t GetNumMaxCluster(MBadPixelsPix::UnsuitableType_t type, const MGeomCam &geom, Int_t aidx=-1) const;
     42    Short_t GetNumMaxCluster(const MGeomCam &geom, Int_t aidx=-1) { return GetNumMaxCluster(MBadPixelsPix::kUnsuitableRun, geom, aidx); }
     43
    3644    void   AsciiRead(ifstream &fin, UInt_t run);
    3745    void   AsciiRead(ifstream &fin) { AsciiRead(fin, 0); }
Note: See TracChangeset for help on using the changeset viewer.