CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/VZero/src/VZero.cc

Go to the documentation of this file.
00001 #include "DataFormats/VZero/interface/VZero.h"
00002 
00003 using namespace reco;
00004 
00005 VZero::VZero(Vertex vertex, VZeroData data) :
00006              vertex_(vertex), data_(data)
00007 { }