Ignore:
Timestamp:
01/30/01 16:42:18 (24 years ago)
Author:
harald
Message:
Introduced a Task to read in the data from CT1 files to study the behaviour
of different analysis methods. Also the macro "macros/readCT1.C" was added
that reads in the CT1 data files and puts the content in the MNphotEvent
container. Then you can access that representation of this event.
File:
1 edited

Legend:

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

    r588 r592  
    11#ifndef MNPHOTEVENT_H
    22#define MNPHOTEVENT_H
     3
     4#ifndef MPARCONTAINER_H
     5#include "MParContainer.h"
     6#endif
    37
    48#include <iostream>
     
    4650// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    4751
    48 class MNphotEvent : public TObject
     52class MNphotEvent : public MParContainer
    4953{
    5054 private:
Note: See TracChangeset for help on using the changeset viewer.