GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TXXXParameter.cxx
Go to the documentation of this file.
1// $Id$
2//-----------------------------------------------------------------------
3// The GSI Online Offline Object Oriented (Go4) Project
4// Experiment Data Processing at EE department, GSI
5//-----------------------------------------------------------------------
6// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7// Planckstr. 1, 64291 Darmstadt, Germany
8// Contact: http://go4.gsi.de
9//-----------------------------------------------------------------------
10// This software can be used under the license agreements as stated
11// in Go4License.txt file which is part of the distribution.
12//-----------------------------------------------------------------------
13
14#include "TXXXParameter.h"
15
17 TGo4Parameter(name)
18{
19 frP1 = 10;
20 frP2 = 20;
21 fbHisto = kTRUE;
22
23 for (Int_t n1 = 0; n1 < 3; n1++)
24 for (Int_t n2 = 0; n2 < 4; n2++)
25 fArr2[n1][n2] = n1 + n2;
26
27 for (Int_t n1 = 0; n1 < 3; n1++)
28 for (Int_t n2 = 0; n2 < 4; n2++)
29 for (Int_t n3 = 0; n3 < 5; n3++)
30 fArr3[n1][n2][n3] = n1 + n2 + n3;
31}
Int_t fArr3[3][4][5]
Int_t fArr2[3][4]
TXXXParameter(const char *name=nullptr)