Attachment 'TAlEncUser.hh'
Download#ifndef TALENCUSER_HH
#define TALENCUSER_HH
#include "TAlEncSub.hh"
#include "TAlEncFactory.hh"
class TAlEncUser : public TAlEncSub
{
public:
TAlEncUser();
virtual ~TAlEncUser();
protected:
virtual void Construct();
virtual bool Calculate();
virtual void Destruct();
public:
virtual const char* ClassName() const;
ClassDef(TAlEncUser,1);
};
class TAlEncUserFactory : public TAlEncFactory
{
public:
TAlEncUserFactory();
virtual ~TAlEncUserFactory();
TAlEncSub* CreateEnc();
ClassDef(TAlEncUserFactory,1);
};
#endif
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.- [get | view] (2012-04-15 16:33:28, 1.9 KB) [[attachment:TAlEncUser.C]]
- [get | view] (2012-04-15 16:33:59, 0.5 KB) [[attachment:TAlEncUser.hh]]
You are not allowed to attach a file to this page.