Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
FlowPtVariable.h
1
/*
2
* FlowPtVariable.h
3
*
4
* Created on: 19-10-2013
5
* Author: Daniel Wielanek
6
* E-mail: daniel.wielanek@gmail.com
7
* Warsaw University of Technology, Faculty of Physics
8
*/
9
10
#ifndef HALFLOWPTVARIABLE_H_
11
#define HALFLOWPTVARIABLE_H_
12
13
#include "FlowVariable.h"
17
namespace
Hal
{
18
class
FlowPtVariable
:
public
FlowVariable
{
19
public
:
20
FlowPtVariable
();
21
virtual
Double_t
GetVariable
(
Track
* p);
22
virtual
FlowVariable
* MakeCopy()
const
{
return
new
FlowPtVariable
(*
this
); };
23
virtual
~FlowPtVariable
();
24
ClassDef(
FlowPtVariable
, 1)
25
};
26
}
// namespace Hal
27
28
#endif
/* HALFLOWPTVARIABLE_H_ */
Hal::FlowPtVariable
Definition
FlowPtVariable.h:18
Hal::FlowPtVariable::GetVariable
virtual Double_t GetVariable(Track *p)
Definition
FlowPtVariable.cxx:17
Hal::FlowVariable
Definition
FlowVariable.h:22
Hal::Track
Definition
Track.h:29
Hal
Definition
EventAnaChain.cxx:28
analysis
flow
FlowPtVariable.h
Generated on Wed Oct 23 2024 15:07:51 for Heavy ion Analysis Libriares by
1.12.0