BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page
//  $Id: BrGeantHeader.cxx,v 1.1.1.1 2001/06/21 14:55:00 hagel Exp $
//  $Log: BrGeantHeader.cxx,v $
//  Revision 1.1.1.1  2001/06/21 14:55:00  hagel
//  Initial revision of brat2
//
//  Revision 1.2  1999/01/21 23:23:23  hagel
//  1. Changed convention for checking includes.  Current convention is:
//     BRAT_Br...... eg BRAT_BrModule ala ROOT.
//  2. Added CVS logs to .h files that didn't have them.
//  3. Moved checking of include definition to first line for easier reading
//  4. Put checks before all includes in the include files as per BRAT specifications
//  5. Added BrGeantHeader to Geant Makefile
//  6. All changes have been checked to compile on NT ala Cygnus
//
//  Revision 1.1  1999/01/15 16:32:32  videbaek
//  Added new class BrGeantHeader to take care of additional gbrahms
//  functionality
//  Updated makeNT (for non-cygnus win95)
//
//
///////////////////////////////////////////////////////////////////////
//                                                                   //
//    BrGeantHeader                                                  //
//                                                                   //
//    BRAHMS Geant information class                                 //
//                                                                   //
//    BrGeantHeader will maintain additional information from        //
//    the geant runs as stored in the eventheader. This is the       //
//    kind of information that normally would no go into the regular //
//    BrEventHeader                                                  //
//    This will normally be filled by the BrGeantInput::Event method //
//    and thus available to the user in the BrEventNode that contains//
//    the geant input data.                                          //
//                                                                   //
///////////////////////////////////////////////////////////////////////


# include "BrGeantHeader.h"

#ifndef BRAT_BrDataObject
#include "BrDataObject.h"
#endif



ClassImp(BrGeantHeader)

 BrGeantHeader::BrGeantHeader(){
  // Default constructor. Should not be used by user
  // Use BrGeantHeader(name,title) instead
  //
}


 BrGeantHeader::BrGeantHeader(Char_t* name, Char_t* title)
: BrDataObject(name, title)
  {
  // Normal constructor.
  fVertex=0.0;
  fImpactParameter=0.0;
}

This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on by

Validate HTML
Validate CSS