Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AltNeuralNetNcCcI.cxx

Go to the documentation of this file.
00001 
00002 // $Id: AltNeuralNetNcCcI.cxx,v 1.1 2003/10/23 11:31:30 costas Exp $
00003 //
00004 // AltNeuralNetNcCcI.cxx
00005 //
00006 //    -- Neural Net Input Class
00007 //
00008 //    -- The Artificial Neural Net is used to classify neutrino events into
00009 //              |
00010 //              |-----> Neutral Current (NC)
00011 //              |-----> Charged Current (CC)
00012 //
00013 // Costas Andreopoulos <C.V.Andreopoulos@rl.ac.uk>
00014 // CCLRC, Rutherford Appleton Laboratory
00015 // July 01, 2003
00017 
00018 // The pattern definitions are not included yet
00019 
00020 #include "AltNeuralNetNcCcI.h"
00021 
00022 #include "LeakChecker/Lea.h"
00023 #include "MessageService/MsgService.h"
00024 
00025 ClassImp(AltNeuralNetNcCcI)
00026 
00027 //_______________________________________________________________________________
00028 CVSID("$Id: AltNeuralNetNcCcI.cxx,v 1.1 2003/10/23 11:31:30 costas Exp $");
00029 //_______________________________________________________________________________
00030 AltNeuralNetNcCcI::AltNeuralNetNcCcI() : AltNeuralNetI()
00031 {
00032   LEA_CTOR;
00033 }
00034 //_______________________________________________________________________________
00035 AltNeuralNetNcCcI::AltNeuralNetNcCcI(
00036                         const char * name, const char * title, int /*version */):
00037 AltNeuralNetI(name, title)
00038 {
00039   MSG("AltNeuralNet",Msg::kDebug) 
00040               << "Begin of AltNeuralNetNcCcI::AltNeuralNetNcCcI("
00041                              << "const char *, const char *, int) ctor" << endl;    
00042            
00043   LEA_CTOR;
00044 }
00045 //_______________________________________________________________________________
00046 AltNeuralNetNcCcI::AltNeuralNetNcCcI( const AltNeuralNetNcCcI & cneti ) :
00047 AltNeuralNetI(cneti.GetName(), cneti.GetTitle())
00048 {
00049   MSG("AltNeuralNet",Msg::kDebug) 
00050               << "Begin of AltNeuralNetNcCcI::AltNeuralNetNcCcI("
00051                               << "const AltNeuralNetNcCcI & cneti) ctor" << endl;    
00052   LEA_CTOR;
00053 }
00054 //_______________________________________________________________________________
00055 AltNeuralNetNcCcI::~AltNeuralNetNcCcI()
00056 {
00057   MSG("AltNeuralNet",Msg::kDebug) 
00058              << "Begin of AltNeuralNetNcCcI::~AltNeuralNetNcCcI() dtor"  << endl;
00059     
00060   LEA_DTOR;
00061 }
00062 //_______________________________________________________________________________

Generated on Mon Feb 15 11:06:21 2010 for loon by  doxygen 1.3.9.1