\frametitle{cmsDriver invocations} \begin{columns}[t] \begin{column}{0.5\textwidth} {\Large \texttt{RAW}$\rightarrow$Step2 (old) } {\footnotesize \begin{verbatim} cmsDriver.py RAW2Step2 \ --mc \ --conditions 92X_upgrade2017_realistic_v10 \ --era Run2_2017 \ --eventcontent FEVTDEBUG \ --datatier GEN-SIM-DIGI-RAW \ --step DIGI:pdigi_valid,L1,DIGI2RAW \ --geometry DB:Extended \ --filein file:input.root \ --fileout file:step2.root \ --runUnscheduled \end{verbatim} } {\Large Step2$\rightarrow$TrackingNtuple (old) } {\footnotesize \begin{verbatim} cmsDriver.py Step2ToTrackingNtuple \ --mc \ --conditions 92X_upgrade2017_realistic_v10 \ --era Run2_2017 \ --eventcontent RECOSIM,MINIAODSIM,DQM \ --datatier GEN-SIM-RECO,MINIAODSIM,DQMIO \ --step RAW2DIGI,L1Reco,RECO,EI,PAT,VALIDATION:@standardValidation+@miniAODValidation \ --filein file:step2.root \ --fileout file:trackingNtuple.root \ --customise Validation/RecoTrack/customiseTrackingNtuple.customiseTrackingNtuple \ --runUnscheduled \end{verbatim} } \end{column} \begin{column}{0.5\textwidth} {\large \texttt{RAW}$\rightarrow$TrackingNtuple (new) } {\footnotesize \begin{verbatim} cmsDriver.py RAW2TrackingNtuple \ --mc \ --conditions 92X_upgrade2017_realistic_v7 \ --era Run2_2017 \ --eventcontent FEVTDEBUG \ --datatier GEN-SIM-RECO \ --step RAW2DIGI,RECO,EI,PAT,VALIDATION \ --customise Validation/RecoTrack/customiseTrackingNtuple .customiseTrackingNtuple \ --filein file:input.root \ --fileout file:trackingNtuple.root \ --runUnscheduled \end{verbatim} } \end{column} \end{columns}