LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
evwgh::WeightCalcImpl< T > Class Template Reference

#include "WeightCalcCreator.h"

Inheritance diagram for evwgh::WeightCalcImpl< T >:
evwgh::WeightCalcCreator

Public Member Functions

 WeightCalcImpl (const std::string &classname)
 
virtual ~WeightCalcImpl ()
 
virtual WeightCalcCreate ()
 

Detailed Description

template<class T>
class evwgh::WeightCalcImpl< T >

Definition at line 17 of file WeightCalcCreator.h.

Constructor & Destructor Documentation

template<class T >
evwgh::WeightCalcImpl< T >::WeightCalcImpl ( const std::string &  classname)
inline

Definition at line 20 of file WeightCalcCreator.h.

20 : WeightCalcCreator(classname) {std::cout << __PRETTY_FUNCTION__ << " called." << std::endl;}
WeightCalcCreator(const std::string &classname)
template<class T >
virtual evwgh::WeightCalcImpl< T >::~WeightCalcImpl ( )
inlinevirtual

Definition at line 21 of file WeightCalcCreator.h.

21 {}

Member Function Documentation

template<class T >
virtual WeightCalc* evwgh::WeightCalcImpl< T >::Create ( )
inlinevirtual

Implements evwgh::WeightCalcCreator.

Definition at line 22 of file WeightCalcCreator.h.

22 { return new T; }

The documentation for this class was generated from the following file: