JetAlg.cc
Go to the documentation of this file.
00001 // -*- C++ -*- 00002 #include "Rivet/Projections/JetAlg.hh" 00003 00004 namespace Rivet { 00005 00006 00007 JetAlg::JetAlg(const FinalState& fs, MuonsStrategy usemuons, InvisiblesStrategy useinvis) 00008 : _useMuons(usemuons), _useInvisibles(useinvis) 00009 { 00010 setName("JetAlg"); 00011 addProjection(fs, "FS"); 00012 VisibleFinalState vfs(fs); 00013 MSG_DEBUG("Making visible final state from provided FS"); 00014 addProjection(vfs, "VFS"); 00015 } 00016 00017 00018 } Generated on Wed Oct 7 2015 12:09:13 for The Rivet MC analysis system by ![]() |