Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TofPropertyMonitor.h
1/*
2 * TofPropertyMonitor.h
3 *
4 * Created on: 04-05-2022
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALFEMTO_CUTS_TRACKCUTS_PROPERTIES_HALTOFPROPERTYMONITOR_H_
10#define HALFEMTO_CUTS_TRACKCUTS_PROPERTIES_HALTOFPROPERTYMONITOR_H_
11
12#include "PropertyMonitorXY.h"
13
14namespace Hal{
15
17public:
18 TofPropertyMonitor(Bool_t complex = kFALSE);
19 virtual CutMonitor* MakeCopy() const { return new TofPropertyMonitor(*this); }
20 virtual ~TofPropertyMonitor();
21 ClassDef(TofPropertyMonitor, 1)
22};
23}
24
25#endif /* HALFEMTO_CUTS_TRACKCUTS_PROPERTIES_HALTOFPROPERTYMONITOR_H_ */
virtual CutMonitor * MakeCopy() const