Examples:
Vaccinate = [] (default: no vaccination events)
Vaccinate = [(45, [1,2], [0.2,0.3])] (in the locality 45, vaccinate 20% of susceptibles at time 1 and 30% of susceptibles at time 2)
Vaccinate = [(45, [1,2], [0.2,0.3]),(40, [10], [0.3])] (besides the campaign above, vaccinate 30% of the population of site 40, at day 10)
Vaccinate = [('all', [1,2,3,4,5], [0.1,0.1,0.1,0.1,0.1])] (vaccinate all sites, from day 1 to 5, with 10% coverage per day)