00001 // 00002 // Package: RecoTracker/RoadMapRecord 00003 // Class: Roads 00004 // 00005 // Description: The Roads object holds the RoadSeeds 00006 // and the RoadSets of all Roads through 00007 // the detector. A RoadSeed consists 00008 // of the inner and outer SeedRing, 00009 // a RoadSet consists of all Rings in 00010 // in the Road. 00011 // 00012 // Original Author: Oliver Gutsche, gutsche@fnal.gov 00013 // Created: Thu Jan 12 21:00:00 UTC 2006 00014 // 00015 // $Author: gutsche $ 00016 // $Date: 2006/01/15 01:01:25 $ 00017 // $Revision: 1.2 $ 00018 // 00019 00020 #include "RecoTracker/RoadMapRecord/interface/Roads.h" 00021 00022 #include "FWCore/Framework/interface/eventsetupdata_registration_macro.h" 00023 00024 EVENTSETUP_DATA_REG(Roads);