FairRoot/PandaRoot
PndCAGBTrack.cxx
Go to the documentation of this file.
1 // $Id: PndCAGBTrack.cxx,v 1.2 2010/08/02 16:45:28 ikulakov 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 // Maksym Zyzak <M.Zyzak@gsi.de> *
12 // *
13 // Permission to use, copy, modify and distribute this software and its *
14 // documentation strictly for non-commercial purposes is hereby granted *
15 // without fee, provided that the above copyright notice appears in all *
16 // copies and that both the copyright notice and this permission notice *
17 // appear in the supporting documentation. The authors make no claims *
18 // about the suitability of this software for any purpose. It is *
19 // provided "as is" without express or implied warranty. *
20 //***************************************************************************
21 
22 #include "PndCAGBTrack.h"
23 #include <iostream>
24 
25 // std::ostream &operator<<( std::ostream &out, const PndCAGBTrack &t )
26 // {
27 // out << t.fNHits;
28 // out << t.fFirstHitRef;
29 // out << t.fDeDx;
30 // out << t.fInnerParam;
31 // out << t.fOuterParam;
32 //
33 // return out;
34 // }
35 
36 // std::istream &operator>>( std::istream &in, PndCAGBTrack &t )
37 // {
38 // in >> t.fNHits;
39 // in >> t.fFirstHitRef;
40 // in >> t.fDeDx;
41 // in >> t.fInnerParam;
42 // in >> t.fOuterParam;
43 //
44 // return in;
45 // }