00001 //************************************ 00002 //* Generators interface with the LCG MCDB 00003 //* 00004 //* Hector Naves Sordo 00005 //* 00006 //* First version: 25/10/06 00007 //* 00008 //************************************ 00009 00010 #include "FWCore/Framework/interface/Event.h" 00011 #include "Utilities/StorageFactory/interface/StorageFactory.h" 00012 #include "Utilities/StorageFactory/interface/StorageAccount.h" 00013 #include "FWCore/PluginManager/interface/PluginManager.h" 00014 //#include "SealBase/Storage.h" 00015 //#include "SealBase/DebugAids.h" 00016 //#include "SealBase/Signal.h" 00017 #include <iostream> 00018 #include <fstream> 00019 #include <string> 00020 #include <stdlib.h> 00021 00022 // Makes a local copy of a CASTOR file. 00023 // This code is a modified version of 00024 // Utilities/StorageFactory/test/any.cpp by Vincenzo Innocente 00025 // 00026 void mcdbGetInputFile(string &madGraphInputFile, int &mcdbArticleID); 00027 00028