AliPhysics  19b3b9d (19b3b9d)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliRhoParameter.cxx
Go to the documentation of this file.
1 // $Id$
2 //
3 // Parameter class with a Clear.
4 //
5 // Author: C.Loizides
6 
7 #include "AliRhoParameter.h"
8 
10 
11 //________________________________________________________________________
14 {
15  // Dummy constructor.
16 }
17 
18 //________________________________________________________________________
20  TParameter<Double_t>(name,val)
21 {
22  // Constructor.
23 }
24 
25 //________________________________________________________________________
26 void AliRhoParameter::Clear(Option_t * /*option*/)
27 {
28  // Clear.
29 
30  SetVal(0);
31 }
double Double_t
Definition: External.C:58
ClassImp(AliRhoParameter) AliRhoParameter
void Clear(Option_t *option="")
const char Option_t
Definition: External.C:48