CLHEP 2.0.4.7 Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

X.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // $Id: X.cc,v 1.3 2003/09/06 14:04:14 boudreau Exp $
00003 #include "CLHEP/GenericFunctions/X.hh"
00004 
00005 namespace Genfun {
00006 FUNCTION_OBJECT_IMP(X_)
00007 
00008 X_::X_()
00009 {}
00010 
00011 X_::X_(const X_ & right)
00012 {
00013 }
00014 
00015 X_::~X_() {
00016 }
00017 
00018 double X_::operator() (double x) const {
00019   return x;
00020 }
00021 
00022 } // namespace Genfun

Generated on Thu Jul 1 22:02:31 2010 for CLHEP by  doxygen 1.4.7