ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/GenParticleStruct.cc
Revision: 1.1
Committed: Wed Feb 8 05:43:55 2012 UTC (13 years, 3 months ago) by fgolf
Content type: text/plain
Branch: MAIN
Log Message:
struct containing info for generator-level lepton studies

File Contents

# User Rev Content
1 fgolf 1.1 #include "GenParticleStruct.h"
2    
3     genParticleStruct::genParticleStruct(int id, unsigned int idx, float pt, int did, unsigned int didx, float dpt) :
4     id_(id), idx_(idx), pt_(pt), did_(did), didx_(didx), dpt_(dpt)
5     {}