Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
PropertyMonitorTemplateX.h
1
/*
2
* PropertyMonitorTemplateX.h
3
*
4
* Created on: 23 wrz 2022
5
* Author: Daniel Wielanek
6
* E-mail: daniel.wielanek@gmail.com
7
* Warsaw University of Technology, Faculty of Physics
8
*/
9
#ifndef HAL_CMAKE_TEMPLATES_PROPERTYMONITORTEMPLATEX_H_
10
#define HAL_CMAKE_TEMPLATES_PROPERTYMONITORTEMPLATEX_H_
11
12
#include <Hal/PropertyMonitorX.h>
13
namespace
MyHal {
14
class
PropertyMonitorTemplateX
:
public
Hal::PropertyMonitorX
{
15
public
:
16
PropertyMonitorTemplateX
();
17
PropertyMonitorTemplateX
(std::initializer_list<Double_t> x);
18
virtual
void
Update
(Bool_t passed, TObject* obj);
19
virtual
Bool_t
Init
(Int_t task_id);
20
virtual
~PropertyMonitorTemplateX
();
21
ClassDef(
PropertyMonitorTemplateX
, 1)
22
};
23
}
// namespace MyHal
24
25
#endif
/* HAL_FEATURES_HAL_PLUS_TEMPLATES_PROPERTYMONITORTEMPLATEX_H_ */
Hal::PropertyMonitorX
Definition
PropertyMonitorX.h:19
MyHal::PropertyMonitorTemplateX
Definition
PropertyMonitorTemplateX.h:14
MyHal::PropertyMonitorTemplateX::Update
virtual void Update(Bool_t passed, TObject *obj)
Definition
PropertyMonitorTemplateX.cxx:19
MyHal::PropertyMonitorTemplateX::Init
virtual Bool_t Init(Int_t task_id)
Definition
PropertyMonitorTemplateX.cxx:28
features
hal_plus
templates
PropertyMonitorTemplateX.h
Generated on Wed Oct 23 2024 15:07:52 for Heavy ion Analysis Libriares by
1.12.0