artInputTag: Create an Art Input Tag from the tag string

Description Usage Arguments Value Examples

Description

Create an Art Input Tag from the tag string

Usage

1

Arguments

tag

The tag string. The tag can have up to three parts separated by colon: moduleLabel:instanceLabel:processName. Usually, you only need the moduleLabel. Sometimes you may need the instanceLabel. Rarely will you need the processName.

Value

The python representation of the C++ art::InputTag object

Examples

1
2
3
4
5
## Not run: 
ghostTag <- artInputTag('artg4:GhostCylinderDetector')
calTag <- artInputTag('artg4')

## End(Not run)

lyon-fnal/readGallery documentation built on May 21, 2019, 9:16 a.m.