FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
tracking
ftscatracking
code
PndFTSCAGBTrack.cxx
Go to the documentation of this file.
1
// $Id: PndFTSCAGBTrack.cxx,v 1.2 2016/11/22 15:57:28 mpugach Exp $
2
//***************************************************************************
3
// This file is property of and copyright by the ALICE HLT Project *
4
// ALICE Experiment at CERN, All rights reserved. *
5
// *
6
// Primary Authors: Sergey Gorbunov <sergey.gorbunov@kip.uni-heidelberg.de> *
7
// Ivan Kisel <kisel@kip.uni-heidelberg.de> *
8
// for The ALICE HLT Project. *
9
// *
10
// Developed by: Igor Kulakov <I.Kulakov@gsi.de> *
11
// Mykhailo Pugach <M.Pugach@gsi.de> *
12
// Maksym Zyzak <M.Zyzak@gsi.de> *
13
// *
14
// Permission to use, copy, modify and distribute this software and its *
15
// documentation strictly for non-commercial purposes is hereby granted *
16
// without fee, provided that the above copyright notice appears in all *
17
// copies and that both the copyright notice and this permission notice *
18
// appear in the supporting documentation. The authors make no claims *
19
// about the suitability of this software for any purpose. It is *
20
// provided "as is" without express or implied warranty. *
21
//***************************************************************************
22
23
#include "
PndFTSCAGBTrack.h
"
24
#include <iostream>
25
26
std::ostream
&
operator<<
(
std::ostream
&
out
,
const
PndFTSCAGBTrack
&
t
)
27
{
28
out << t.
fNHits
;
29
out << t.
fFirstHitRef
;
30
out << t.
fDeDx
;
31
out << t.
fInnerParam
;
32
out << t.
fOuterParam
;
33
34
return
out
;
35
}
36
37
std::istream
&
operator>>
(
std::istream
&in,
PndFTSCAGBTrack
&
t
)
38
{
39
in >> t.
fNHits
;
40
in >> t.
fFirstHitRef
;
41
in >> t.
fDeDx
;
42
in >> t.
fInnerParam
;
43
in >> t.
fOuterParam
;
44
45
return
in;
46
}
std::basic_istream
Definition:
PndFTSCATrackParamVector.h:1256
PndFTSCAGBTrack::fOuterParam
PndFTSCATrackParam fOuterParam
Definition:
PndFTSCAGBTrack.h:66
PndFTSCAGBTrack::fNHits
int fNHits
Definition:
PndFTSCAGBTrack.h:64
operator<<
std::ostream & operator<<(std::ostream &o, const PndEventInfo &a)
Definition:
PndEventInfo.cxx:68
PndFTSCAGBTrack::fFirstHitRef
int fFirstHitRef
Definition:
PndFTSCAGBTrack.h:63
std::basic_ostream
Definition:
PndFTSCATrackParamVector.h:1258
PndFTSCAGBTrack::fInnerParam
PndFTSCATrackParam fInnerParam
Definition:
PndFTSCAGBTrack.h:65
out
TFile * out
Definition:
reco_muo.C:20
operator>>
TBuffer & operator>>(TBuffer &buf, PndAnaPidSelector *&obj)
Definition:
PndAnaPidSelector.cxx:34
PndFTSCAGBTrack.h
t
TTree * t
Definition:
bump_analys.C:13
PndFTSCAGBTrack::fDeDx
float fDeDx
Definition:
PndFTSCAGBTrack.h:67
PndFTSCAGBTrack
Definition:
PndFTSCAGBTrack.h:34
Generated on Wed Apr 3 2019 08:43:55 for FairRoot/PandaRoot by
1.8.5