FairRoot/PandaRoot
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 
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 
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 }
PndFTSCATrackParam fOuterParam
std::ostream & operator<<(std::ostream &o, const PndEventInfo &a)
PndFTSCATrackParam fInnerParam
TFile * out
Definition: reco_muo.C:20
TBuffer & operator>>(TBuffer &buf, PndAnaPidSelector *&obj)
TTree * t
Definition: bump_analys.C:13