User contributions for Rlc
Jump to navigation
Jump to search
23 March 2017
- 21:3521:35, 23 March 2017 diff hist +13,190 N ArtServices Created page with "== Introduction == This page describes services that are distributed as part of art. It does not discuss services that are part of the Mu2e Offline software. == Tracer ==..."
- 21:3121:31, 23 March 2017 diff hist −34 Code →Modules, Products, and Services
- 21:2921:29, 23 March 2017 diff hist −22,858 ReadProducts No edit summary
- 21:2921:29, 23 March 2017 diff hist +25,748 N Services Created page with " ==Introduction== A key element of art is support for an idea named "services". From the point of view of Mu2e physicists, a service acts as an agent that manages some reso..."
- 21:2321:23, 23 March 2017 diff hist +22,820 N Handles Created page with " ==Introduction== When a method of a class wishes to return some information held by that class, the author of the class has to make a choice about how to return that informa..."
- 21:1821:18, 23 March 2017 diff hist +15 Code →Modules, Products, and Services
- 20:5220:52, 23 March 2017 diff hist −12 ReadProducts →Getting Information by Module Label
- 20:5020:50, 23 March 2017 diff hist −41 ReadProducts No edit summary
- 20:4620:46, 23 March 2017 diff hist −1,655 ReadProducts No edit summary
- 20:2620:26, 23 March 2017 diff hist −90 ReadProducts No edit summary
- 20:1920:19, 23 March 2017 diff hist −183 ReadProducts No edit summary
- 20:1220:12, 23 March 2017 diff hist +138 ReadProducts No edit summary
- 20:0520:05, 23 March 2017 diff hist −860 ReadProducts No edit summary
- 19:5219:52, 23 March 2017 diff hist +288 Code →Building code
- 19:4519:45, 23 March 2017 diff hist +518 ComputingTutorials No edit summary
- 19:3219:32, 23 March 2017 diff hist +16,783 N MakeProducts Created page with " == Introduction== A Data Product is anything that you can add to an event or see in an event. Examples include the generated particles, the simulated particles produced by..."
- 18:0418:04, 23 March 2017 diff hist +84 ReadProducts No edit summary
- 18:0318:03, 23 March 2017 diff hist +1,990 ReadProducts No edit summary
- 17:5417:54, 23 March 2017 diff hist −36 Code →Modules, Products, and Services
- 17:5417:54, 23 March 2017 diff hist −53 Code →Modules, Products, and Services
- 17:5317:53, 23 March 2017 diff hist +821 N PhysicalVolumeInfoCollection Created page with "Actually, the definition of a data product is slightly broader than this. The <code>art::Run</code> object is just an <code>art::RunId</code> object plus a collection of data..."
- 17:4317:43, 23 March 2017 diff hist +3 ReadProducts No edit summary
- 17:4117:41, 23 March 2017 diff hist −1 ReadProducts No edit summary
- 17:3717:37, 23 March 2017 diff hist +40 ReadProducts No edit summary
- 17:3217:32, 23 March 2017 diff hist +53,153 ReadProducts No edit summary
- 17:2517:25, 23 March 2017 diff hist −8 Code →Modules, Products, and Services
- 17:2417:24, 23 March 2017 diff hist +14,593 N CetMapVector Created page with " == Introduction== In November of 2010 a change was made to the SimParticleCollection class. This note discusses why the change was made and how it was implemented using a new..."
- 17:1017:10, 23 March 2017 diff hist −1,997 LogFileDumperG4s1 No edit summary
- 17:0917:09, 23 March 2017 diff hist +23 PrintProducts No edit summary
- 16:0816:08, 23 March 2017 diff hist +8,989 N LogFileDumperG4s1 Created page with "<font size=-2> <pre> %MSG-i MF_INIT_OK: mu2e 09-Oct-2014 15:50:14 CDT JobSetup Messagelogger initialization complete. %MSG 09-Oct-2014 15:50:17 CDT Initiating request to op..."
- 16:0816:08, 23 March 2017 diff hist −17 PrintProducts No edit summary
- 16:0316:03, 23 March 2017 diff hist +7,443 N LogPrintProductsSizes Created page with "<font size=-2> <pre> Size on disk for the file: genReco.art Size on disk (bytes): 10344125 Size Size/Entry Entries Fraction TTree/TKey Name (b..."
- 16:0216:02, 23 March 2017 diff hist +10,013 N LogPrintProductsDumper Created page with "<font size=-3> <pre> Begin processing the 1st record. run: 1 subRun: 0 event: 1 at 11-Oct-2016 14:28:44 CDT PRINCIPAL TYPE: Event PROCESS NAME. | MODULE_LABEL...................."
- 16:0016:00, 23 March 2017 diff hist +410,979 N LogPrintProductsLong Created page with "<font size=-2> <pre> ############### PrintModule Run/Subrun/Event 1 0 1 ProductPrint mu2e::GenParticles_generate__AllPatRecReco GenParticleCollection..."
- 15:5915:59, 23 March 2017 diff hist +30,589 N LogPrintProducts Created page with "<font size=-2> <pre> ############### PrintModule Run/Subrun/Event 1 0 1 ProductPrint mu2e::GenParticles_generate__AllPatRecReco GenParticleCollection..."
- 15:5715:57, 23 March 2017 diff hist +8,412 N PrintProducts Created page with "==Introduction== This page describes an Offline utility that can be used to print standard mu2e art products and other useful information. An ReadProducts|overview of art pr..."
- 15:4315:43, 23 March 2017 diff hist +1,440 N Provenance Created page with " Each data product has an associated provenance that describes how the data product was made: <ul> <li> Which module made this data product? <li> What parameter set was u..."
- 15:4215:42, 23 March 2017 diff hist +16 Code →Modules, Products, and Services
- 15:3215:32, 23 March 2017 diff hist +33 Code →Modules, Products, and Services
- 15:2815:28, 23 March 2017 diff hist +3,033 N ReadProducts Created page with " ===Introduction === You can think of a "data product" as a piece of information to which you may get access by calling an appropriate get function on the event object. Equiv..."
- 15:1415:14, 23 March 2017 diff hist +4,071 N Modules Created page with "==Module Names== Consider a class named <font color=red>MyClass</font> that you wish to make into a module that can be manipulated by the framework. First, your class must i..."
- 15:0015:00, 23 March 2017 diff hist +47 Code →References for Writing Modules
- 14:4414:44, 23 March 2017 diff hist +15,274 N IOModules Created page with "== Introduction == This section describes how to configure input and output modules. This includes how to specify filenames, how to skip events from an input file, how to wri..."
22 March 2017
- 22:3822:38, 22 March 2017 diff hist −403 Code →Building code
- 22:3722:37, 22 March 2017 diff hist +28 Code →References for Writing Modules
- 22:3522:35, 22 March 2017 diff hist +3,319 N FilterModules Created page with " Filter modules are used to control the execution of other modules in a trigger path. Recall that a trigger path is an ordered list of module labels. If one of the module lab..."
- 22:3122:31, 22 March 2017 diff hist +18 Code No edit summary
- 21:2321:23, 22 March 2017 diff hist +3 Code →References for Writing Modules
- 21:2221:22, 22 March 2017 diff hist +32 Code →References for Writing Modules
- 18:5718:57, 22 March 2017 diff hist +671 N ConditionsData Created page with "In Mu2e it will eventually be necessary to maintain a database of "calibration constants". This will include information like the measuured corrections to the nominal geometry..."