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) 00008 : _useInvisibles(false) 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 Thu Feb 6 2014 17:38:45 for The Rivet MC analysis system by ![]() |