CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

X.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 // $Id: X.cc,v 1.3 2003/09/06 14:04:14 boudreau Exp $
4 
5 namespace Genfun {
7 
8 X_::X_()
9 {}
10 
11 X_::X_(const X_ & right)
12 {
13 }
14 
16 }
17 
18 double X_::operator() (double x) const {
19  return x;
20 }
21 
22 } // namespace Genfun