KaliVeda
Toolkit for HIC analysis
KVFAZIAIDSiSi.cpp
1 //Created by KVClassFactory on Mon Mar 16 11:45:14 2015
2 //Author: ,,,
3 
4 #include "KVFAZIAIDSiSi.h"
5 
7 
8 // BEGIN_HTML <!--
10 /* -->
11 <h2>KVFAZIAIDSiSi</h2>
12 <h4>identification telescope for FAZIA Si-Si idcards</h4>
13 <!-- */
14 // --> END_HTML
16 
17 
18 
22 {
23  // Default constructor
24  SetType("Si-Si");
25  SetLabel("FAZIA.Si-Si");
26  SetHasMassID(kTRUE);
27  fMaxZ = 22.5;
28  fSigmaZ = .5;
29 }
30 
31 
constexpr Bool_t kTRUE
ClassImp(TPyArg)