#include "NtupleUtils/NuEvent.h"#include "NtupleUtils/NuCuts.h"#include "MessageService/MsgService.h"#include "NuCutImps.h"#include "Conventions/Munits.h"#include "Conventions/Detector.h"#include "Conventions/BeamType.h"#include "Conventions/SimFlag.h"#include "DataUtil/infid.h"#include "TFile.h"#include "TDirectory.h"#include "TTree.h"#include "TMath.h"Go to the source code of this file.
Namespaces | |
| namespace | NuCutImps |
Functions | |
| CVSID ("$Id: NuCutImps.cxx,v 1.24 2010/02/08 18:08:54 bckhouse Exp $") | |
| template<class T> | |
| T | SQR (T t) |
|
||||||||||||
|
|
|
||||||||||
|
Definition at line 653 of file NuCutImps.cxx. 00653 {return t*t;}
|
1.3.9.1