CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/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 { }