CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LHCTransportLink.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Forward_LHCTransportLink_h
2 #define SimDataFormats_Forward_LHCTransportLink_h 1
3 // -*- C++ -*-
4 //
5 // Package: Forward
6 // Class : LHCTransportLink
7 //
15 //
16 // Original Author:
17 // Created: Fri May 29 17:00:00 CEST 2009
18 // $Id: LHCTransportLink.h,v 1.1 2009/06/10 08:10:26 fabiocos Exp $
19 //
20 
21 // system include files
22 #include <iostream>
23 
24 // user include files
25 
27 
28  public:
29 
30  // ---------- Constructor and destructor -----------------
31  explicit LHCTransportLink(int & beforeHector, int & afterHector):beforeHector_(beforeHector),afterHector_(afterHector) { };
33 
34  // ---------- Member functions ---------------------------
35 
36  void fill(int & afterHector, int & beforeHector);
37  int beforeHector() const;
38  int afterHector() const;
39  void clear();
40 
41  private:
42 
43  // ---------- Private Data members -----------------------
46 
47 };
48 
49 std::ostream & operator <<(std::ostream & o , const LHCTransportLink & t);
50 
51 #endif
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187